Skip to content

Commit

Permalink
[stable/mercure] Use the /healthz URL for probes (helm#22729)
Browse files Browse the repository at this point in the history
Signed-off-by: Kévin Dunglas <dunglas@gmail.com>
  • Loading branch information
dunglas authored Jun 10, 2020
1 parent 146c37a commit 5c9578d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/mercure/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions stable/mercure/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5c9578d

Please sign in to comment.