Skip to content

Commit

Permalink
fix(charts): wrong health endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
DrummyFloyd committed Apr 10, 2024
1 parent 1cf4c22 commit 7930b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/sablier/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ imagePullPolicy: IfNotPresent
# -- Sablier readinessProbe
readinessProbe:
httpGet:
path: /healthz
path: /health
port: 10000
initialDelaySeconds: 5
periodSeconds: 5
Expand All @@ -47,7 +47,7 @@ readinessProbe:
# -- Sablier livenessProbe
livenessProbe:
httpGet:
path: /healthz
path: /health
port: 10000
initialDelaySeconds: 5
periodSeconds: 5
Expand Down

0 comments on commit 7930b26

Please sign in to comment.