Update deploy/k8s/deployment.yaml
Signed-off-by: dscham <d.schramm@dslan.at>
This commit is contained in:
@@ -34,11 +34,11 @@ spec:
|
|||||||
httpGet:
|
httpGet:
|
||||||
path: /actuator/health/readiness
|
path: /actuator/health/readiness
|
||||||
port: http
|
port: http
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 45
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /actuator/health/liveness
|
path: /actuator/health/liveness
|
||||||
port: http
|
port: http
|
||||||
initialDelaySeconds: 20
|
initialDelaySeconds: 90
|
||||||
periodSeconds: 15
|
periodSeconds: 15
|
||||||
|
|||||||
Reference in New Issue
Block a user