harbor change timezone

This commit is contained in:
irteam su-account 2025-07-14 17:03:25 +09:00
parent c3a2e46314
commit b9147b0042
1 changed files with 8 additions and 6 deletions

View File

@ -342,11 +342,11 @@ spec:
nodegroup: nd nodegroup: nd
automountServiceAccountToken: false automountServiceAccountToken: false
containers: containers:
- env:
- name: TZ
value: Asia/Seoul
- image: goharbor/harbor-portal:v2.11.2 - image: goharbor/harbor-portal:v2.11.2
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env:
- name: TZ
value: Asia/Seoul
livenessProbe: livenessProbe:
httpGet: httpGet:
path: / path: /
@ -409,7 +409,9 @@ spec:
- args: - args:
- serve - serve
- /etc/registry/config.yml - /etc/registry/config.yml
env: null env:
- name: TZ
value: Asia/Seoul
envFrom: envFrom:
- secretRef: - secretRef:
name: harbor-registry name: harbor-registry
@ -645,10 +647,10 @@ spec:
nodegroup: nd nodegroup: nd
automountServiceAccountToken: false automountServiceAccountToken: false
containers: containers:
- env: - image: goharbor/redis-photon:v2.11.2
env:
- name: TZ - name: TZ
value: Asia/Seoul value: Asia/Seoul
- image: goharbor/redis-photon:v2.11.2
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
initialDelaySeconds: 300 initialDelaySeconds: 300