There was an error while loading. Please reload this page.
1 parent 0de9578 commit 227ad52Copy full SHA for 227ad52
1 file changed
operator/src/main/resources/application.yml
@@ -178,21 +178,21 @@ quarkus:
178
period: PT10S
179
timeout: PT3S
180
success-threshold: 1
181
- failure-threshold: 3
+ failure-threshold: 10
182
readiness-probe:
183
http-action-port-name: http
184
initial-delay: PT0S
185
- period: PT10S
+ period: PT5S
186
187
188
189
liveness-probe:
190
191
- initial-delay: PT10S
192
- period: PT30S
193
- timeout: PT10S
+ initial-delay: PT5S
+ period: PT10S
+ timeout: PT3S
194
195
196
env:
197
fields:
198
KUBERNETES_NODE_NAME: spec.nodeName
0 commit comments