From 2d15c814ecf24ac18d26da7f98369689e7e08be6 Mon Sep 17 00:00:00 2001 From: Guillaume Duval <117720964+g-duval@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:55:35 +0100 Subject: [PATCH] Update Backend health checks initial delays (#3165) --- .rhcicd/clowdapp-backend.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rhcicd/clowdapp-backend.yaml b/.rhcicd/clowdapp-backend.yaml index 03ccfc6689..641265515c 100644 --- a/.rhcicd/clowdapp-backend.yaml +++ b/.rhcicd/clowdapp-backend.yaml @@ -98,7 +98,7 @@ objects: path: /health/ready port: 8000 scheme: HTTP - initialDelaySeconds: 1200 + initialDelaySeconds: 40 periodSeconds: 10 timeoutSeconds: 1 successThreshold: 1 @@ -108,7 +108,7 @@ objects: path: /health/live port: 8000 scheme: HTTP - initialDelaySeconds: 1200 + initialDelaySeconds: 40 periodSeconds: 10 timeoutSeconds: 1 successThreshold: 1