Skip to content

Commit

Permalink
Merge pull request #190 from nicksardo/fix-deploy-version
Browse files Browse the repository at this point in the history
Update glbc manifest to v1.0.1
  • Loading branch information
nicksardo authored Apr 5, 2018
2 parents b4da987 + aee6a11 commit a58684b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/glbc/yaml/glbc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
terminationGracePeriodSeconds: 600
hostNetwork: true
containers:
- image: k8s.gcr.io/ingress-gce-glbc-amd64:0.9.8-alpha.2
- image: k8s.gcr.io/ingress-gce-glbc-amd64:v1.0.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -55,7 +55,7 @@ spec:
# TODO: split this out into args when we no longer need to pipe stdout to a file #6428
- sh
- -c
- 'exec /glbc --verbose --default-backend-service=kube-system/default-http-backend --sync-period=600s --running-in-cluster=true --use-real-cloud=true --config-file-path=/etc/gce/gce.conf --healthz-port=8086 2>&1'
- 'exec /glbc --gce-ratelimit=ga.Operations.Get,qps,10,100 --gce-ratelimit=alpha.Operations.Get,qps,10,100 --gce-ratelimit=ga.BackendServices.Get,qps,1.8,1 --gce-ratelimit=ga.HealthChecks.Get,qps,1.8,1 --gce-ratelimit=alpha.HealthChecks.Get,qps,1.8,1 --verbose --default-backend-service=kube-system/default-http-backend --sync-period=600s --running-in-cluster=true --use-real-cloud=true --config-file-path=/etc/gce/gce.conf --healthz-port=8086 2>&1'
volumes:
- name: google-cloud-key
secret:
Expand Down

0 comments on commit a58684b

Please sign in to comment.