Update postgresql-dev.yaml

This commit is contained in:
Daniel
2025-08-07 13:32:20 +02:00
parent e6fa060880
commit 03c1f28247

View File

@@ -29,16 +29,8 @@ spec:
- name: primary.service.ports.postgresql - name: primary.service.ports.postgresql
value: "5432" value: "5432"
# Timezone config # Timezone config
- name: primary.extraEnvVars[0].name - name: primary.configuration
value: TZ value: "timezone = 'Europe/Berlin'"
- name: primary.extraEnvVars[0].value
value: Europe/Berlin
- name: primary.extraEnvVars[1].name
value: PGTZ
- name: primary.extraEnvVars[1].value
value: Europe/Berlin
- name: primary.configuration.timezone
value: Europe/Berlin
destination: destination:
server: 'https://192.168.4.202:6443' server: 'https://192.168.4.202:6443'
namespace: postgresql namespace: postgresql