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