From 5942633b03de05c1594778e9b0781e53508a1170 Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Fri, 6 Mar 2020 20:54:26 +0000 Subject: [PATCH] [6.03.20] probe period timeout increased --- configuration/kubernetes/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration/kubernetes/deployment.yaml b/configuration/kubernetes/deployment.yaml index 6169f4b..efd6545 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -60,7 +60,7 @@ spec: port: 9090 scheme: HTTP initialDelaySeconds: 120 - periodSeconds: 60 + periodSeconds: 30 timeoutSeconds: 2 successThreshold: 1 failureThreshold: 3 @@ -69,8 +69,8 @@ spec: port: 9090 path: /actuator/info scheme: HTTP - initialDelaySeconds: 80 - periodSeconds: 25 + initialDelaySeconds: 120 + periodSeconds: 15 timeoutSeconds: 2 successThreshold: 1 failureThreshold: 10