feat(mongo): enable StatefulSet and add pod security context configurations in values.alpha.yaml
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
e0ba1e9333
commit
bb7b1e8600
@ -11,7 +11,13 @@ image:
|
||||
tag: 8.0.4-debian-12-r3
|
||||
pullPolicy: IfNotPresent
|
||||
architecture: standalone
|
||||
useStatefulSet: false
|
||||
useStatefulSet: true
|
||||
podSecurityContext:
|
||||
enabled: true
|
||||
containerSecurityContext:
|
||||
enabled: true
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
auth:
|
||||
enabled: false
|
||||
extraEnvVars: []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user