diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index be74cfba38d5e6afd208f39b6516ba1f57054412..70f9b433f305767f0381959d28516cee89dbaca9 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -55,9 +55,9 @@ spec: scheme: HTTP path: /actuator/health port: 1024 - initialDelaySeconds: 30 - failureThreshold: 4 - periodSeconds: 10 + initialDelaySeconds: 20 + failureThreshold: 18 + periodSeconds: 5 livenessProbe: httpGet: scheme: HTTP