Merge "Memcached: Add security context for exporter pod/container"

This commit is contained in:
Zuul 2019-01-07 16:30:35 +00:00 committed by Gerrit Code Review
commit 4c4445aadf
2 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,7 @@ spec:
{{ tuple $envAll "prometheus_memcached_exporter" "exporter" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 8 }}
namespace: {{ .Values.endpoints.prometheus_memcached_exporter.namespace }}
spec:
{{ dict "envAll" $envAll "application" "memcached_exporter" | include "helm-toolkit.snippets.kubernetes_pod_security_context" | indent 6 }}
shareProcessNamespace: true
serviceAccountName: {{ $rcControllerName | quote }}
nodeSelector:
@ -52,6 +53,8 @@ spec:
image: {{ .Values.images.tags.prometheus_memcached_exporter }}
imagePullPolicy: {{ .Values.images.pull_policy }}
{{ tuple $envAll $envAll.Values.pod.resources.prometheus_memcached_exporter | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
securityContext:
allowPrivilegeEscalation: false
command:
- /tmp/memcached-exporter.sh
- start

View File

@ -144,6 +144,9 @@ manifests:
service_exporter: true
pod:
user:
memcached_exporter:
uid: 65534
affinity:
anti:
topologyKey: