fix(dlob): relax dlob-publisher probes

This commit is contained in:
u1
2026-02-13 12:04:13 +01:00
parent 5f46d26037
commit 28876fa1d2

View File

@@ -59,11 +59,15 @@ spec:
httpGet: httpGet:
path: /startup path: /startup
port: http port: http
initialDelaySeconds: 10 initialDelaySeconds: 120
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 3
failureThreshold: 30
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /health path: /health
port: http port: http
initialDelaySeconds: 30 initialDelaySeconds: 240
periodSeconds: 20 periodSeconds: 20
timeoutSeconds: 3
failureThreshold: 10