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