diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index 97210bff90e1211161139192ba415c5233124c95..b25bf5f9ab1c6bbfb38e30791109d85dc04516b7 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -48,8 +48,8 @@ spec: scheme: HTTP path: /actuator/health port: 1024 - failureThreshold: 6 - periodSeconds: 10 + failureThreshold: 10 + periodSeconds: 5 livenessProbe: httpGet: scheme: HTTP