Skip to content

Commit 1415e0b

Browse files
committed
Update liveness and readiness probes in values.yaml to use /health endpoint
1 parent 1a6ecc0 commit 1415e0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/universal-app/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ resources:
9494
# This is to setup the liveness and readiness probes more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/
9595
livenessProbe:
9696
httpGet:
97-
path: /
97+
path: /health
9898
port: http
9999
readinessProbe:
100100
httpGet:
101-
path: /
101+
path: /health
102102
port: http
103103

104104
# This section is for setting up autoscaling more information can be found here: https://kubernetes.io/docs/concepts/workloads/autoscaling/

0 commit comments

Comments
 (0)