From 055a3477a5cb4e8b6e774bdb9697cd29bdc9255e Mon Sep 17 00:00:00 2001 From: Yu Sun Date: Mon, 10 Oct 2022 16:36:46 +0800 Subject: [PATCH] =?UTF-8?q?fix(pg=5Fconf):=E5=A2=9E=E5=8A=A0pg=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E5=8C=BA=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/values.yaml b/charts/values.yaml index f03e128..de7b944 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -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: {}