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