diff --git a/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml b/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml index 892e15b4..e62ab1ea 100644 --- a/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml +++ b/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml @@ -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: []