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
- name: primary.service.ports.postgresql
value: "5432"
# Timezone config
- name: primary.configuration
value: |
timezone = 'Europe/Berlin'
listen_addresses = '*'
# Timezone and listen config via postgresqlExtendedConf
- name: primary.postgresqlExtendedConf.timezone
value: Europe/Berlin
- name: primary.postgresqlExtendedConf.listen_addresses
value: '*'
# (optional) for log timestamps in Europe/Berlin
- name: primary.postgresqlExtendedConf.log_timezone
value: Europe/Berlin
destination:
server: 'https://192.168.4.202:6443'
namespace: postgresql