diff --git a/deploy/k8s/deployment.yaml b/deploy/k8s/deployment.yaml index ecef4e7..2e86199 100644 --- a/deploy/k8s/deployment.yaml +++ b/deploy/k8s/deployment.yaml @@ -34,11 +34,11 @@ spec: httpGet: path: /actuator/health/readiness port: http - initialDelaySeconds: 10 + initialDelaySeconds: 45 periodSeconds: 10 livenessProbe: httpGet: path: /actuator/health/liveness port: http - initialDelaySeconds: 20 + initialDelaySeconds: 90 periodSeconds: 15