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:
zhenyus 2025-02-21 16:52:32 +08:00
parent e0ba1e9333
commit bb7b1e8600

View File

@ -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: []