Update deploy/k8s/deployment.yaml
Signed-off-by: dscham <d.schramm@dslan.at>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user