harbor_fix
This commit is contained in:
parent
b9147b0042
commit
a350c7d67c
|
|
@ -666,6 +666,14 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/lib/redis
|
- mountPath: /var/lib/redis
|
||||||
name: data
|
name: data
|
||||||
|
- name: tz-config
|
||||||
|
mountPath: /etc/localtime
|
||||||
|
readOnly: true
|
||||||
|
volumes:
|
||||||
|
- name: tz-config
|
||||||
|
hostPath:
|
||||||
|
path: /usr/share/zoneinfo/Asia/Seoul
|
||||||
|
type: File
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 999
|
fsGroup: 999
|
||||||
runAsUser: 999
|
runAsUser: 999
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue