Commit 06b9304d by Murali Paluru Committed by Guangbo

mysql: updates

parent 448f8327
name: mysql name: mysql
version: 0.3.7 version: 0.3.8
appVersion: 5.7.14 appVersion: 5.7.14
description: Fast, reliable, scalable, and easy to use open-source relational database description: Fast, reliable, scalable, and easy to use open-source relational database
system. system.
...@@ -13,6 +13,8 @@ sources: ...@@ -13,6 +13,8 @@ sources:
- https://github.com/kubernetes/charts - https://github.com/kubernetes/charts
- https://github.com/docker-library/mysql - https://github.com/docker-library/mysql
maintainers: maintainers:
- name: Vic Iglesias - name: olemarkus
email: o.with@sportradar.com
- name: viglesiasce
email: viglesias@google.com email: viglesias@google.com
engine: gotpl engine: gotpl
...@@ -28,6 +28,10 @@ spec: ...@@ -28,6 +28,10 @@ spec:
nodeSelector: nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }} {{ toYaml .Values.nodeSelector | indent 8 }}
{{- end }} {{- end }}
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | indent 8 }}
{{- end }}
containers: containers:
- name: {{ template "mysql.fullname" . }} - name: {{ template "mysql.fullname" . }}
image: "{{ .Values.image }}:{{ .Values.imageTag }}" image: "{{ .Values.image }}:{{ .Values.imageTag }}"
......
...@@ -31,6 +31,7 @@ imagePullPolicy: IfNotPresent ...@@ -31,6 +31,7 @@ imagePullPolicy: IfNotPresent
## Node selector ## Node selector
## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector
nodeSelector: {} nodeSelector: {}
tolerations: []
livenessProbe: livenessProbe:
initialDelaySeconds: 30 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