Skip to content

Commit 1b10fa1

Browse files
authored
reduce readiness failure threshold to fail before liveness (#1630) (#1631)
1 parent fc67e80 commit 1b10fa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

applications/web/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ health:
246246
periodSeconds: 5
247247
timeoutSeconds: 1
248248
successThreshold: 1
249-
failureThreshold: 15
249+
failureThreshold: 5
250250
httpHeaders: []
251251
auth:
252252
enabled: false
@@ -387,4 +387,4 @@ hostVolumeMounts: []
387387
# - name: docker-socket
388388
# hostPath: /var/run/docker.sock
389389
# mountPath: /var/run/docker.sock
390-
# type: Socket
390+
# type: Socket

0 commit comments

Comments
 (0)