From 4b7cb1a4c8295dd27508a07a685effab04492247 Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Sat, 22 Feb 2020 09:54:01 +0000 Subject: [PATCH] [22.02.20] Probe config --- 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 8512645..f531a49 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -59,7 +59,7 @@ spec: path: /actuator/health port: 9090 scheme: HTTP - initialDelaySeconds: 60 + initialDelaySeconds: 100 periodSeconds: 30 timeoutSeconds: 2 successThreshold: 1 @@ -69,7 +69,7 @@ spec: port: 9090 path: /actuator/health scheme: HTTP - initialDelaySeconds: 60 + initialDelaySeconds: 80 periodSeconds: 5 timeoutSeconds: 2 successThreshold: 1