Skip to content

Commit 227ad52

Browse files
committed
adjust probe configuration to fix random probe failures
1 parent 0de9578 commit 227ad52

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

operator/src/main/resources/application.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -178,21 +178,21 @@ quarkus:
178178
period: PT10S
179179
timeout: PT3S
180180
success-threshold: 1
181-
failure-threshold: 3
181+
failure-threshold: 10
182182
readiness-probe:
183183
http-action-port-name: http
184184
initial-delay: PT0S
185-
period: PT10S
185+
period: PT5S
186186
timeout: PT3S
187187
success-threshold: 1
188-
failure-threshold: 3
188+
failure-threshold: 10
189189
liveness-probe:
190190
http-action-port-name: http
191-
initial-delay: PT10S
192-
period: PT30S
193-
timeout: PT10S
191+
initial-delay: PT5S
192+
period: PT10S
193+
timeout: PT3S
194194
success-threshold: 1
195-
failure-threshold: 3
195+
failure-threshold: 10
196196
env:
197197
fields:
198198
KUBERNETES_NODE_NAME: spec.nodeName

0 commit comments

Comments
 (0)