fix(chart): fix security context

This commit is contained in:
MiniDigger | Martin 2022-10-31 19:23:00 +01:00
parent 23dfd17851
commit 9fbc5bd02f

View File

@ -34,7 +34,9 @@ frontend:
podAnnotations: {}
podSecurityContext:
fsGroup: 1000
runAsNonRoot: true
runAsUser: 1000
securityContext:
allowPrivilegeEscalation: false
@ -116,7 +118,9 @@ backend:
podAnnotations: {}
podSecurityContext:
fsGroup: 1000
runAsNonRoot: true
runAsUser: 1000
securityContext:
allowPrivilegeEscalation: false