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