Update deploy/k8s/deployment.yaml
All checks were successful
Snapshot Docker Image Build / verify-and-package (push) Successful in 1m17s
Snapshot Docker Image Build / build-and-publish-snapshot (push) Successful in 54s

Signed-off-by: dscham <d.schramm@dslan.at>
This commit is contained in:
2026-04-22 19:12:05 +00:00
parent dee7d7bede
commit 70101c5917

View File

@@ -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