From 1d238014ec91aee194b2316ed3235983904fe62f Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Wed, 4 Mar 2020 17:45:51 +0000 Subject: [PATCH] [4.03.20] Readiness Probe changed to info --- 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 667b1c6..4f40366 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -67,7 +67,7 @@ spec: readinessProbe: httpGet: port: 9090 - path: /actuator/health + path: /actuator/info scheme: HTTP initialDelaySeconds: 65 periodSeconds: 5