Merge "Mysqlclient-utility: Add pod/container security context"

This commit is contained in:
Zuul 2019-11-26 15:03:34 +00:00 committed by Gerrit Code Review
commit 8b7fc8c79f
2 changed files with 10 additions and 2 deletions

View File

@ -68,8 +68,7 @@ spec:
labels:
{{ tuple $envAll "mysqlclient" "utility" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 8 }}
spec:
securityContext:
runAsUser: 65534
{{ dict "envAll" $envAll "application" "mysqlclient" | include "helm-toolkit.snippets.kubernetes_pod_security_context" | indent 6 }}
serviceAccountName: {{ $serviceAccountName }}
affinity:
{{ tuple $envAll "mysqlclient" "utility" | include "helm-toolkit.snippets.kubernetes_pod_anti_affinity" | indent 8 }}
@ -79,6 +78,7 @@ spec:
- name: {{ printf "%s" $envAll.Release.Name }}
{{ tuple $envAll "mysqlclient_utility" | include "helm-toolkit.snippets.image" | indent 10 }}
{{ tuple $envAll $envAll.Values.pod.resources.mysql_utility | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
{{ dict "envAll" $envAll "application" "mysqlclient" "container" "mysqlclient_utility" | include "helm-toolkit.snippets.kubernetes_container_security_context" | indent 10 }}
command:
- /tmp/bootstrap.sh
readinessProbe:

View File

@ -39,6 +39,14 @@ labels:
node_selector_value: primary
pod:
security_context:
mysqlclient:
pod:
runAsUser: 65534
container:
mysqlclient_utility:
allowPrivilegeEscalation: true
readOnlyRootFilesystem: false
dns_policy: "ClusterFirstWithHostNet"
replicas:
utility: 1