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