Separate Container and Pod Security Context for Redis

This commit is contained in:
Frederik Weber 2020-07-14 12:25:42 +02:00 committed by Frederik Weber
parent 93f593c7b9
commit 327d133f5a

View file

@ -272,6 +272,12 @@ redis:
priorityClassName: ""
## Labels to set container specific security contexts
containerSecurityContext: {}
# capabilities:
# drop:
# - all
## Redis Pod specific security context
securityContext:
runAsUser: 1000
fsGroup: 1000