From b9147b0042d2fc31d0ecb907e8db772deda6f073 Mon Sep 17 00:00:00 2001 From: irteam su-account Date: Mon, 14 Jul 2025 17:03:25 +0900 Subject: [PATCH] harbor change timezone --- template/dev/harbor_2.9.1/3_apply/deploy.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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 a3c46a6..31977d3 100644 --- a/template/dev/harbor_2.9.1/3_apply/deploy.yaml +++ b/template/dev/harbor_2.9.1/3_apply/deploy.yaml @@ -342,11 +342,11 @@ spec: nodegroup: nd automountServiceAccountToken: false containers: - - env: - - name: TZ - value: Asia/Seoul - image: goharbor/harbor-portal:v2.11.2 imagePullPolicy: IfNotPresent + env: + - name: TZ + value: Asia/Seoul livenessProbe: httpGet: path: / @@ -409,7 +409,9 @@ spec: - args: - serve - /etc/registry/config.yml - env: null + env: + - name: TZ + value: Asia/Seoul envFrom: - secretRef: name: harbor-registry @@ -645,10 +647,10 @@ spec: nodegroup: nd automountServiceAccountToken: false containers: - - env: + - image: goharbor/redis-photon:v2.11.2 + env: - name: TZ value: Asia/Seoul - - image: goharbor/redis-photon:v2.11.2 imagePullPolicy: IfNotPresent livenessProbe: initialDelaySeconds: 300