diff --git a/gradle.properties b/gradle.properties index dec3349..d3cfe0c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,9 +7,9 @@ org.gradle.logging.level=INFO # Quarkus quarkusPluginId=io.quarkus -quarkusPluginVersion=3.34.6 +quarkusPluginVersion=3.35.3 # https://mvnrepository.com/artifact/io.quarkus.platform/quarkus-bom quarkusPlatformGroupId=io.quarkus.platform quarkusPlatformArtifactId=quarkus-bom -quarkusPlatformVersion=3.34.6 +quarkusPlatformVersion=3.35.3 systemProp.quarkus.analytics.disabled=true diff --git a/operator/src/main/resources/application.yml b/operator/src/main/resources/application.yml index bf34589..3b5f766 100644 --- a/operator/src/main/resources/application.yml +++ b/operator/src/main/resources/application.yml @@ -168,21 +168,21 @@ quarkus: period: PT10S timeout: PT3S success-threshold: 1 - failure-threshold: 20 + failure-threshold: 3 readiness-probe: http-action-port-name: http initial-delay: PT0S period: PT5S timeout: PT3S success-threshold: 1 - failure-threshold: 20 + failure-threshold: 3 liveness-probe: http-action-port-name: http initial-delay: PT5S period: PT10S timeout: PT3S success-threshold: 1 - failure-threshold: 20 + failure-threshold: 3 env: fields: KUBERNETES_NODE_NAME: spec.nodeName