From 599ceff2746dc1af5c3819b1299f956fd08514a4 Mon Sep 17 00:00:00 2001 From: Jay Sharma Date: Tue, 19 Sep 2023 09:00:40 +0530 Subject: [PATCH] fix rediness probe --- build/dev/deployment.tpl | 2 +- build/prod/deployment.tpl | 2 +- build/qa/deployment.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/dev/deployment.tpl b/build/dev/deployment.tpl index 57d47dfd..c3f0b026 100755 --- a/build/dev/deployment.tpl +++ b/build/dev/deployment.tpl @@ -68,7 +68,7 @@ spec: - /bin/sh - -c - "wget -qO- 127.0.0.1/status |grep start && echo redinessprobe-success || exit 9" - initialDelaySeconds: 180 + initialDelaySeconds: 120 periodSeconds: 5 successThreshold: 1 failureThreshold: 5 diff --git a/build/prod/deployment.tpl b/build/prod/deployment.tpl index b5c63614..cb9b52a3 100644 --- a/build/prod/deployment.tpl +++ b/build/prod/deployment.tpl @@ -68,7 +68,7 @@ spec: - /bin/sh - -c - "wget -qO- 127.0.0.1/status |grep start && echo redinessprobe-success || exit 9" - initialDelaySeconds: 180 + initialDelaySeconds: 120 periodSeconds: 5 successThreshold: 1 failureThreshold: 5 diff --git a/build/qa/deployment.tpl b/build/qa/deployment.tpl index b5c63614..cb9b52a3 100644 --- a/build/qa/deployment.tpl +++ b/build/qa/deployment.tpl @@ -68,7 +68,7 @@ spec: - /bin/sh - -c - "wget -qO- 127.0.0.1/status |grep start && echo redinessprobe-success || exit 9" - initialDelaySeconds: 180 + initialDelaySeconds: 120 periodSeconds: 5 successThreshold: 1 failureThreshold: 5