diff --git a/configuration/kubernetes/deployment.yaml b/configuration/kubernetes/deployment.yaml index f2399e5..43fcc06 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -59,7 +59,7 @@ spec: path: /actuator/health port: 9090 scheme: HTTP - initialDelaySeconds: 80 + initialDelaySeconds: 120 periodSeconds: 30 timeoutSeconds: 2 successThreshold: 1 @@ -69,7 +69,7 @@ spec: port: 9090 path: /actuator/info scheme: HTTP - initialDelaySeconds: 65 + initialDelaySeconds: 80 periodSeconds: 5 timeoutSeconds: 2 successThreshold: 1