From 19cb34479ed0a4487be444a7741dce3ea2239996 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Wed, 14 Nov 2018 15:39:44 +0200 Subject: [PATCH] Increase probes timeout to 5s (containerd fix) --- artifacts/canaries/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artifacts/canaries/deployment.yaml b/artifacts/canaries/deployment.yaml index a58026f54..9511c0859 100644 --- a/artifacts/canaries/deployment.yaml +++ b/artifacts/canaries/deployment.yaml @@ -48,7 +48,7 @@ spec: failureThreshold: 3 periodSeconds: 10 successThreshold: 1 - timeoutSeconds: 1 + timeoutSeconds: 5 readinessProbe: exec: command: @@ -60,7 +60,7 @@ spec: failureThreshold: 3 periodSeconds: 3 successThreshold: 1 - timeoutSeconds: 1 + timeoutSeconds: 5 resources: limits: cpu: 2000m