From 2fec63ff86e13f4639407d4cf02563ddd86b473e Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Sun, 1 Mar 2020 20:16:01 +0000 Subject: [PATCH] [1.03.20] Readiness probe --- configuration/kubernetes/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/kubernetes/deployment.yaml b/configuration/kubernetes/deployment.yaml index 8d54352..a72ca96 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -69,7 +69,7 @@ spec: port: 9090 path: /actuator/health scheme: HTTP - initialDelaySeconds: 100 + initialDelaySeconds: 120 periodSeconds: 5 timeoutSeconds: 2 successThreshold: 1