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