From 1bb31eb1fc319ad3a9cab81a923a762571a87b74 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Wed, 6 Feb 2019 20:19:12 -0300 Subject: [PATCH] Adjust probe timeouts --- deploy/mandatory.yaml | 4 ++-- deploy/with-rbac.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/mandatory.yaml b/deploy/mandatory.yaml index 5b65caa7ca..7884ceca91 100644 --- a/deploy/mandatory.yaml +++ b/deploy/mandatory.yaml @@ -251,7 +251,7 @@ spec: initialDelaySeconds: 10 periodSeconds: 10 successThreshold: 1 - timeoutSeconds: 1 + timeoutSeconds: 10 readinessProbe: failureThreshold: 3 httpGet: @@ -260,6 +260,6 @@ spec: scheme: HTTP periodSeconds: 10 successThreshold: 1 - timeoutSeconds: 1 + timeoutSeconds: 10 --- diff --git a/deploy/with-rbac.yaml b/deploy/with-rbac.yaml index 0a705d147b..3418f54d46 100644 --- a/deploy/with-rbac.yaml +++ b/deploy/with-rbac.yaml @@ -64,7 +64,7 @@ spec: initialDelaySeconds: 10 periodSeconds: 10 successThreshold: 1 - timeoutSeconds: 1 + timeoutSeconds: 10 readinessProbe: failureThreshold: 3 httpGet: @@ -73,7 +73,7 @@ spec: scheme: HTTP periodSeconds: 10 successThreshold: 1 - timeoutSeconds: 1 + timeoutSeconds: 10 ---