You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/universal-app/values.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -94,11 +94,11 @@ resources:
94
94
# 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/
95
95
livenessProbe:
96
96
httpGet:
97
-
path: /
97
+
path: /health
98
98
port: http
99
99
readinessProbe:
100
100
httpGet:
101
-
path: /
101
+
path: /health
102
102
port: http
103
103
104
104
# This section is for setting up autoscaling more information can be found here: https://kubernetes.io/docs/concepts/workloads/autoscaling/
0 commit comments