diff --git a/stable/mysql/Chart.yaml b/stable/mysql/Chart.yaml index ab864e918f..451b30d8b2 100755 --- a/stable/mysql/Chart.yaml +++ b/stable/mysql/Chart.yaml @@ -1,5 +1,5 @@ name: mysql -version: 0.10.0 +version: 0.10.1 appVersion: 5.7.14 description: Fast, reliable, scalable, and easy to use open-source relational database system. diff --git a/stable/mysql/templates/deployment.yaml b/stable/mysql/templates/deployment.yaml index 75c9f9eb24..3f5d07ff3e 100644 --- a/stable/mysql/templates/deployment.yaml +++ b/stable/mysql/templates/deployment.yaml @@ -145,13 +145,13 @@ spec: containerPort: 9104 livenessProbe: httpGet: - path: /metrics + path: / port: metrics initialDelaySeconds: {{ .Values.metrics.livenessProbe.initialDelaySeconds }} timeoutSeconds: {{ .Values.metrics.livenessProbe.timeoutSeconds }} readinessProbe: httpGet: - path: /metrics + path: / port: metrics initialDelaySeconds: {{ .Values.metrics.readinessProbe.initialDelaySeconds }} timeoutSeconds: {{ .Values.metrics.readinessProbe.timeoutSeconds }}