Merge "Mariadb: Add security context for mysql exporter pod/container"

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

View File

@ -38,6 +38,7 @@ spec:
{{ tuple $envAll "prometheus_mysql_exporter" "exporter" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 8 }} {{ tuple $envAll "prometheus_mysql_exporter" "exporter" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 8 }}
namespace: {{ .Values.endpoints.prometheus_mysql_exporter.namespace }} namespace: {{ .Values.endpoints.prometheus_mysql_exporter.namespace }}
spec: spec:
{{ dict "envAll" $envAll "application" "mysql_exporter" | include "helm-toolkit.snippets.kubernetes_pod_security_context" | indent 6 }}
shareProcessNamespace: true shareProcessNamespace: true
serviceAccountName: {{ $serviceAccountName }} serviceAccountName: {{ $serviceAccountName }}
nodeSelector: nodeSelector:
@ -49,6 +50,8 @@ spec:
- name: mysql-exporter - name: mysql-exporter
{{ tuple $envAll "prometheus_mysql_exporter" | include "helm-toolkit.snippets.image" | indent 10 }} {{ tuple $envAll "prometheus_mysql_exporter" | include "helm-toolkit.snippets.image" | indent 10 }}
{{ tuple $envAll $envAll.Values.pod.resources.prometheus_mysql_exporter | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }} {{ tuple $envAll $envAll.Values.pod.resources.prometheus_mysql_exporter | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
securityContext:
allowPrivilegeEscalation: false
command: command:
- /tmp/mysqld-exporter.sh - /tmp/mysqld-exporter.sh
- start - start

View File

@ -51,6 +51,9 @@ labels:
node_selector_value: enabled node_selector_value: enabled
pod: pod:
user:
mysql_exporter:
uid: 99
affinity: affinity:
anti: anti:
type: type: