diff --git a/charts/managed-identity-wallet/values.yaml b/charts/managed-identity-wallet/values.yaml index d2b4cea48..af36fd6ec 100644 --- a/charts/managed-identity-wallet/values.yaml +++ b/charts/managed-identity-wallet/values.yaml @@ -77,15 +77,13 @@ ingress: podSecurityContext: {} # fsGroup: 2000 -securityContext: {} - # capabilities: - # drop: - # - ALL - # readOnlyRootFilesystem: true -# runAsNonRoot: true -# runAsUser: 1000 - -# provide only the numbers without suffix (Mi or m will be added in template) +securityContext: + privileged: false + allowPrivilegeEscalation: false + runAsNonRoot: true + runAsGroup: 11111 + runAsUser: 11111 + resources: requests: cpu: 250m