Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions operator/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,21 +178,21 @@ quarkus:
period: PT10S
timeout: PT3S
success-threshold: 1
failure-threshold: 3
failure-threshold: 10
readiness-probe:
http-action-port-name: http
initial-delay: PT0S
period: PT10S
period: PT5S
timeout: PT3S
success-threshold: 1
failure-threshold: 3
failure-threshold: 10
liveness-probe:
http-action-port-name: http
initial-delay: PT10S
period: PT30S
timeout: PT10S
initial-delay: PT5S
period: PT10S
timeout: PT3S
success-threshold: 1
failure-threshold: 3
failure-threshold: 10
env:
fields:
KUBERNETES_NODE_NAME: spec.nodeName
Expand Down