fix(pg_conf):增加pg的时区设置

This commit is contained in:
Yu Sun
2022-10-10 16:36:46 +08:00
parent ed314a3c05
commit 055a3477a5

View File

@@ -92,6 +92,7 @@ postgresql:
synchronous_commit: 'off'
timescaledb.enable_2pc: false
timescaledb.max_background_workers: 300
timezone: 'Asia/Shanghai'
# https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector
nodeSelector: {}