From bd5467bbbb0c7c7e94d62c1ff182dfdf24c2eda4 Mon Sep 17 00:00:00 2001 From: Prashanth Balasubramanian Date: Thu, 2 Jun 2016 13:05:02 -0700 Subject: [PATCH] Increase failure threshold for glbc --- cluster/saltbase/salt/l7-gcp/glbc.manifest | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cluster/saltbase/salt/l7-gcp/glbc.manifest b/cluster/saltbase/salt/l7-gcp/glbc.manifest index 1db2b4a6992..c635037c767 100644 --- a/cluster/saltbase/salt/l7-gcp/glbc.manifest +++ b/cluster/saltbase/salt/l7-gcp/glbc.manifest @@ -21,7 +21,9 @@ spec: initialDelaySeconds: 30 # healthz reaches out to GCE periodSeconds: 30 - timeoutSeconds: 5 + timeoutSeconds: 15 + successThreshold: 1 + failureThreshold: 5 name: l7-lb-controller volumeMounts: - mountPath: /etc/gce.conf @@ -34,7 +36,7 @@ spec: # Request and limits are set to accomodate this pod alongside the other # master components on a single core master. limits: - cpu: 50m + cpu: 100m memory: 100Mi requests: cpu: 10m