Skip to content

Commit

Permalink
Bump up glbc version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bprashanth committed May 11, 2016
1 parent 6f288b3 commit 0a1c15c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions cluster/addons/cluster-loadbalancing/glbc/glbc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@
apiVersion: v1
kind: ReplicationController
metadata:
name: l7-lb-controller-v0.6.0
name: l7-lb-controller-v0.6.2
namespace: kube-system
labels:
k8s-app: glbc
version: v0.6.0
version: v0.6.2
kubernetes.io/cluster-service: "true"
kubernetes.io/name: "GLBC"
spec:
# There should never be more than 1 controller alive simultaneously.
replicas: 1
selector:
k8s-app: glbc
version: v0.6.0
version: v0.6.2
template:
metadata:
labels:
k8s-app: glbc
version: v0.6.0
version: v0.6.2
name: glbc
kubernetes.io/cluster-service: "true"
spec:
Expand All @@ -50,7 +50,7 @@ spec:
requests:
cpu: 10m
memory: 20Mi
- image: gcr.io/google_containers/glbc:0.6.0
- image: gcr.io/google_containers/glbc:0.6.2
livenessProbe:
httpGet:
path: /healthz
Expand All @@ -70,5 +70,6 @@ spec:
memory: 50Mi
args:
- --default-backend-service=kube-system/default-http-backend
- --verbose=true
- --sync-period=60s
- --cluster-uid={{kube_uid}}

0 comments on commit 0a1c15c

Please sign in to comment.