harbor change timezone
This commit is contained in:
parent
c3a2e46314
commit
b9147b0042
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue