fix probes

This commit is contained in:
2025-04-12 23:36:27 +02:00
parent 85f6f81e23
commit 43860d2464

View File

@@ -31,12 +31,14 @@ spec:
httpGet: httpGet:
path: / path: /
port: 8089 port: 8089
initialDelaySeconds: 10 initialDelaySeconds: 20
periodSeconds: 5 periodSeconds: 5
failureThreshold: 6
livenessProbe: livenessProbe:
httpGet: httpGet:
path: / path: /
port: 8089 port: 8089
initialDelaySeconds: 30 initialDelaySeconds: 60
periodSeconds: 10 periodSeconds: 10
failureThreshold: 5