harbor_fix

This commit is contained in:
irteam su-account 2025-07-14 17:53:06 +09:00
parent b9147b0042
commit a350c7d67c
1 changed files with 8 additions and 0 deletions

View File

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