Skip to content

Commit

Permalink
Increase failure threshold for glbc
Browse files Browse the repository at this point in the history
  • Loading branch information
bprashanth committed Jun 2, 2016
1 parent 9141632 commit bd5467b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cluster/saltbase/salt/l7-gcp/glbc.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bd5467b

Please sign in to comment.