We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb9cce commit 8f0e515Copy full SHA for 8f0e515
1 file changed
operator/src/main/resources/application.yml
@@ -168,21 +168,21 @@ quarkus:
168
period: PT10S
169
timeout: PT3S
170
success-threshold: 1
171
- failure-threshold: 3
+ failure-threshold: 10
172
readiness-probe:
173
http-action-port-name: http
174
initial-delay: PT0S
175
- period: PT10S
+ period: PT5S
176
177
178
179
liveness-probe:
180
181
- initial-delay: PT10S
182
- period: PT30S
183
- timeout: PT10S
+ initial-delay: PT5S
+ period: PT10S
+ timeout: PT3S
184
185
186
env:
187
fields:
188
KUBERNETES_NODE_NAME: spec.nodeName
0 commit comments