feat(mongo): add security context configurations to values.alpha.yaml

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-21 16:34:33 +08:00
parent 49162abfb0
commit 04e57693c4

View File

@ -12,6 +12,12 @@ image:
pullPolicy: IfNotPresent
architecture: standalone
useStatefulSet: true
podSecurityContext:
enabled: true
containerSecurityContext:
enabled: true
runAsUser: 0
runAsGroup: 0
auth:
enabled: false
extraEnvVars: []