From 28876fa1d2a448786daff55e1b68b7ab06b5def6 Mon Sep 17 00:00:00 2001 From: u1 Date: Fri, 13 Feb 2026 12:04:13 +0100 Subject: [PATCH] fix(dlob): relax dlob-publisher probes --- kustomize/base/dlob/publisher-deployment.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/kustomize/base/dlob/publisher-deployment.yaml b/kustomize/base/dlob/publisher-deployment.yaml index 37c163f..41da842 100644 --- a/kustomize/base/dlob/publisher-deployment.yaml +++ b/kustomize/base/dlob/publisher-deployment.yaml @@ -59,11 +59,15 @@ spec: httpGet: path: /startup port: http - initialDelaySeconds: 10 + initialDelaySeconds: 120 periodSeconds: 10 + timeoutSeconds: 3 + failureThreshold: 30 livenessProbe: httpGet: path: /health port: http - initialDelaySeconds: 30 + initialDelaySeconds: 240 periodSeconds: 20 + timeoutSeconds: 3 + failureThreshold: 10