Skip to content

Commit 8f0e515

Browse files
authored
adjust probe configuration to fix random probe failures (#33)
1 parent ceb9cce commit 8f0e515

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
@@ -168,21 +168,21 @@ quarkus:
168168
period: PT10S
169169
timeout: PT3S
170170
success-threshold: 1
171-
failure-threshold: 3
171+
failure-threshold: 10
172172
readiness-probe:
173173
http-action-port-name: http
174174
initial-delay: PT0S
175-
period: PT10S
175+
period: PT5S
176176
timeout: PT3S
177177
success-threshold: 1
178-
failure-threshold: 3
178+
failure-threshold: 10
179179
liveness-probe:
180180
http-action-port-name: http
181-
initial-delay: PT10S
182-
period: PT30S
183-
timeout: PT10S
181+
initial-delay: PT5S
182+
period: PT10S
183+
timeout: PT3S
184184
success-threshold: 1
185-
failure-threshold: 3
185+
failure-threshold: 10
186186
env:
187187
fields:
188188
KUBERNETES_NODE_NAME: spec.nodeName

0 commit comments

Comments
 (0)