UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 3a3340a4 authored by Wesley Griffing's avatar Wesley Griffing
Browse files

#102 Do memcached security context differently

parent 73870d9e
No related branches found
No related tags found
No related merge requests found
......@@ -2920,11 +2920,7 @@ memcached:
# -- Memcached Docker image pull policy
pullPolicy: IfNotPresent
# -- The SecurityContext override for memcached pods
podSecurityContext:
fsGroup: 10001
runAsGroup: 10001
runAsNonRoot: true
runAsUser: 10001
podSecurityContext: {}
# -- The name of the PriorityClass for memcached pods
priorityClassName: null
# -- The SecurityContext for memcached containers
......@@ -2933,6 +2929,10 @@ memcached:
capabilities:
drop: [ALL]
allowPrivilegeEscalation: false
fsGroup: 10001
runAsGroup: 10001
runAsNonRoot: true
runAsUser: 10001
memcachedExporter:
# -- Whether memcached metrics should be exported
enabled: false
......@@ -2949,6 +2949,10 @@ memcachedExporter:
capabilities:
drop: [ALL]
allowPrivilegeEscalation: false
fsGroup: 10001
runAsGroup: 10001
runAsNonRoot: true
runAsUser: 10001
# -- Extra args to add to the exporter container.
# Example:
# extraArgs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment