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