From a350c7d67c0775b5780e9bf5ee0b5c55232c4bcb Mon Sep 17 00:00:00 2001 From: irteam su-account Date: Mon, 14 Jul 2025 17:53:06 +0900 Subject: [PATCH] harbor_fix --- template/dev/harbor_2.9.1/3_apply/deploy.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/template/dev/harbor_2.9.1/3_apply/deploy.yaml b/template/dev/harbor_2.9.1/3_apply/deploy.yaml index 31977d3..8a03c42 100644 --- a/template/dev/harbor_2.9.1/3_apply/deploy.yaml +++ b/template/dev/harbor_2.9.1/3_apply/deploy.yaml @@ -666,6 +666,14 @@ spec: volumeMounts: - mountPath: /var/lib/redis name: data + - name: tz-config + mountPath: /etc/localtime + readOnly: true + volumes: + - name: tz-config + hostPath: + path: /usr/share/zoneinfo/Asia/Seoul + type: File securityContext: fsGroup: 999 runAsUser: 999