feat(mongo): update fsGroup and runAsUser/group in values.alpha.yaml

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-21 17:01:28 +08:00
parent 8e98f57789
commit 4718bb3002

View File

@ -14,11 +14,11 @@ architecture: standalone
useStatefulSet: true
podSecurityContext:
enabled: true
fsGroup: 1000
fsGroup: 999
containerSecurityContext:
enabled: true
runAsUser: 1000
runAsGroup: 1000
runAsUser: 999
runAsGroup: 999
auth:
enabled: false
extraEnvVars: []