From 5a68459d033c0804befa854943f526300f28abbc Mon Sep 17 00:00:00 2001 From: marcopiraccini Date: Thu, 13 Aug 2026 10:33:55 +0200 Subject: [PATCH] workflow probe same as ICC Signed-off-by: marcopiraccini --- chart/templates/deployment/_workflow.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/chart/templates/deployment/_workflow.yaml b/chart/templates/deployment/_workflow.yaml index c0f501e..3bcb455 100644 --- a/chart/templates/deployment/_workflow.yaml +++ b/chart/templates/deployment/_workflow.yaml @@ -108,8 +108,9 @@ spec: httpGet: path: /status port: http - failureThreshold: 3 - initialDelaySeconds: 5 + # Matches the icc probe timings. + failureThreshold: 5 + initialDelaySeconds: 40 periodSeconds: 10 successThreshold: 1 timeoutSeconds: 1 @@ -117,8 +118,8 @@ spec: httpGet: path: /status port: http - failureThreshold: 3 - initialDelaySeconds: 5 + failureThreshold: 5 + initialDelaySeconds: 40 periodSeconds: 10 successThreshold: 1 timeoutSeconds: 1