Skip to content

Commit 47ce1ad

Browse files
committed
Enhance liveness and readiness probes in values.yaml with timeout and failure threshold settings
1 parent 0a7dad8 commit 47ce1ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

charts/universal-app/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,14 @@ livenessProbe:
9696
httpGet:
9797
path: /health
9898
port: http
99+
timeoutSeconds: 5
100+
failureThreshold: 10
99101
readinessProbe:
100102
httpGet:
101103
path: /health
102104
port: http
105+
timeoutSeconds: 5
106+
failureThreshold: 10
103107

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

0 commit comments

Comments
 (0)