From 9789e450a9705e85483d959649c8ff40c000587c Mon Sep 17 00:00:00 2001 From: Jay Sharma Date: Tue, 19 Sep 2023 08:23:12 +0530 Subject: [PATCH] fix rediness probe --- build/dev/deployment.tpl | 6 +++--- build/prod/deployment.tpl | 6 +++--- build/qa/deployment.tpl | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build/dev/deployment.tpl b/build/dev/deployment.tpl index 7a7394d6..57d47dfd 100755 --- a/build/dev/deployment.tpl +++ b/build/dev/deployment.tpl @@ -59,7 +59,7 @@ spec: - /root/redinessprobe-wp.sh initialDelaySeconds: 60 periodSeconds: 15 - timeoutSeconds: 5 + timeoutSeconds: 30 failureThreshold: 10 successThreshold: 1 readinessProbe: @@ -72,7 +72,7 @@ spec: periodSeconds: 5 successThreshold: 1 failureThreshold: 5 - timeoutSeconds: 5 + timeoutSeconds: 30 livenessProbe: tcpSocket: port: 80 @@ -80,7 +80,7 @@ spec: periodSeconds: 2 successThreshold: 1 failureThreshold: 3 - timeoutSeconds: 3 + timeoutSeconds: 30 resources: limits: cpu: 500m diff --git a/build/prod/deployment.tpl b/build/prod/deployment.tpl index 058b0909..b5c63614 100644 --- a/build/prod/deployment.tpl +++ b/build/prod/deployment.tpl @@ -59,7 +59,7 @@ spec: - /root/redinessprobe-wp.sh initialDelaySeconds: 60 periodSeconds: 15 - timeoutSeconds: 5 + timeoutSeconds: 30 failureThreshold: 10 successThreshold: 1 readinessProbe: @@ -72,7 +72,7 @@ spec: periodSeconds: 5 successThreshold: 1 failureThreshold: 5 - timeoutSeconds: 5 + timeoutSeconds: 30 livenessProbe: tcpSocket: port: 80 @@ -80,7 +80,7 @@ spec: periodSeconds: 2 successThreshold: 1 failureThreshold: 3 - timeoutSeconds: 3 + timeoutSeconds: 30 resources: limits: cpu: 500m diff --git a/build/qa/deployment.tpl b/build/qa/deployment.tpl index 058b0909..b5c63614 100644 --- a/build/qa/deployment.tpl +++ b/build/qa/deployment.tpl @@ -59,7 +59,7 @@ spec: - /root/redinessprobe-wp.sh initialDelaySeconds: 60 periodSeconds: 15 - timeoutSeconds: 5 + timeoutSeconds: 30 failureThreshold: 10 successThreshold: 1 readinessProbe: @@ -72,7 +72,7 @@ spec: periodSeconds: 5 successThreshold: 1 failureThreshold: 5 - timeoutSeconds: 5 + timeoutSeconds: 30 livenessProbe: tcpSocket: port: 80 @@ -80,7 +80,7 @@ spec: periodSeconds: 2 successThreshold: 1 failureThreshold: 3 - timeoutSeconds: 3 + timeoutSeconds: 30 resources: limits: cpu: 500m