diff --git a/deployment.yaml b/deployment.yaml index 8a20fb0..d05c631 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -31,14 +31,14 @@ spec: httpGet: path: /actuator/health port: 48083 - initialDelaySeconds: 10 + initialDelaySeconds: 50 periodSeconds: 5 failureThreshold: 3 livenessProbe: httpGet: path: /actuator/health port: 48083 - initialDelaySeconds: 30 + initialDelaySeconds: 50 periodSeconds: 10 failureThreshold: 5 resources: