Use securityContexts
This commit is contained in:
parent
1b39b9db29
commit
ccc9bbe0c8
1 changed files with 3 additions and 3 deletions
|
@ -20,12 +20,12 @@ persistence:
|
||||||
|
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
|
|
||||||
podSecurityContext: {}
|
podSecurityContext:
|
||||||
# fsGroup: 2000
|
fsGroup: 33 # www-data
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
runAsUser: 33
|
runAsUser: 33 # www-data
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
capabilities:
|
capabilities:
|
||||||
drop:
|
drop:
|
||||||
|
|
Loading…
Reference in a new issue