diff --git a/deployment.yaml b/deployment.yaml index ac8f459..23525ed 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -30,14 +30,14 @@ spec: httpGet: path: /actuator/health port: 48104 - initialDelaySeconds: 10 + initialDelaySeconds: 50 periodSeconds: 5 failureThreshold: 3 livenessProbe: httpGet: path: /actuator/health port: 48104 - initialDelaySeconds: 30 + initialDelaySeconds: 50 periodSeconds: 10 failureThreshold: 5 resources: