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
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