Update postgresql-dev.yaml

This commit is contained in:
Daniel
2025-08-07 13:42:20 +02:00
parent dafe7faaa8
commit b133e1cd8e

View File

@@ -28,11 +28,14 @@ spec:
value: LoadBalancer value: LoadBalancer
- name: primary.service.ports.postgresql - name: primary.service.ports.postgresql
value: "5432" value: "5432"
# Timezone config # Timezone and listen config via postgresqlExtendedConf
- name: primary.configuration - name: primary.postgresqlExtendedConf.timezone
value: | value: Europe/Berlin
timezone = 'Europe/Berlin' - name: primary.postgresqlExtendedConf.listen_addresses
listen_addresses = '*' value: '*'
# (optional) for log timestamps in Europe/Berlin
- name: primary.postgresqlExtendedConf.log_timezone
value: Europe/Berlin
destination: destination:
server: 'https://192.168.4.202:6443' server: 'https://192.168.4.202:6443'
namespace: postgresql namespace: postgresql