diff --git a/stable/mercure/Chart.yaml b/stable/mercure/Chart.yaml index 98c437d327e0..e4fd5161dd6c 100644 --- a/stable/mercure/Chart.yaml +++ b/stable/mercure/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "0.10.0" description: The Mercure hub allows to push data updates using the Mercure protocol to web browsers and other HTTP clients in a convenient, fast, reliable and battery-efficient way name: mercure -version: 4.0.0 +version: 4.0.1 keywords: - mercure - hub diff --git a/stable/mercure/templates/deployment.yaml b/stable/mercure/templates/deployment.yaml index 476f8a8afb3c..c06a6278e9bc 100644 --- a/stable/mercure/templates/deployment.yaml +++ b/stable/mercure/templates/deployment.yaml @@ -38,11 +38,11 @@ spec: protocol: TCP livenessProbe: httpGet: - path: / + path: /healthz port: http readinessProbe: httpGet: - path: / + path: /healthz port: http resources: {{- toYaml .Values.resources | nindent 12 }}