Update postgresql-dev.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user