Commit 06b9304d by Murali Paluru Committed by Guangbo

mysql: updates

parent 448f8327
name: mysql
version: 0.3.7
version: 0.3.8
appVersion: 5.7.14
description: Fast, reliable, scalable, and easy to use open-source relational database
system.
......@@ -13,6 +13,8 @@ sources:
- https://github.com/kubernetes/charts
- https://github.com/docker-library/mysql
maintainers:
- name: Vic Iglesias
- name: olemarkus
email: o.with@sportradar.com
- name: viglesiasce
email: viglesias@google.com
engine: gotpl
......@@ -28,6 +28,10 @@ spec:
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | indent 8 }}
{{- end }}
containers:
- name: {{ template "mysql.fullname" . }}
image: "{{ .Values.image }}:{{ .Values.imageTag }}"
......
......@@ -31,6 +31,7 @@ imagePullPolicy: IfNotPresent
## Node selector
## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector
nodeSelector: {}
tolerations: []
livenessProbe:
initialDelaySeconds: 30
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment