try to fix redis
This commit is contained in:
parent
1f955f7f96
commit
9ff713943c
|
@ -19,11 +19,19 @@ spec:
|
|||
existingSecretPasswordKey: "password"
|
||||
|
||||
master:
|
||||
podSecurityContext:
|
||||
enabled: true
|
||||
fsGroup: 10000
|
||||
|
||||
containerSecurityContext:
|
||||
enabled: true
|
||||
runAsUser: 10000
|
||||
|
||||
replica:
|
||||
podSecurityContext:
|
||||
enabled: true
|
||||
fsGroup: 10000
|
||||
|
||||
containerSecurityContext:
|
||||
enabled: true
|
||||
runAsUser: 10000
|
||||
|
@ -36,4 +44,7 @@ spec:
|
|||
metrics:
|
||||
containerSecurityContext:
|
||||
enabled: true
|
||||
runAsUser: 10000
|
||||
runAsUser: 10000
|
||||
|
||||
volumePermissions:
|
||||
enabled: true
|
Loading…
Reference in New Issue