From da46904b12856add17d6fe6a852ae2070dcd9db7 Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Tue, 3 Mar 2020 12:51:07 +0000 Subject: [PATCH] [3.03.20] Probe timeout changes --- configuration/kubernetes/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/kubernetes/deployment.yaml b/configuration/kubernetes/deployment.yaml index 1fbe08e..667b1c6 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -59,7 +59,7 @@ spec: path: /actuator/health port: 9090 scheme: HTTP - initialDelaySeconds: 120 + initialDelaySeconds: 80 periodSeconds: 30 timeoutSeconds: 2 successThreshold: 1 @@ -69,7 +69,7 @@ spec: port: 9090 path: /actuator/health scheme: HTTP - initialDelaySeconds: 120 + initialDelaySeconds: 65 periodSeconds: 5 timeoutSeconds: 2 successThreshold: 1