From 4006a2f697121eeb89a58c540caac2b85280d128 Mon Sep 17 00:00:00 2001 From: Bradley Date: Mon, 10 Jul 2017 16:25:22 +0100 Subject: [PATCH] Applying same fixes to GCE --- addons/ingress-nginx/v1.6.0-gce.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/addons/ingress-nginx/v1.6.0-gce.yaml b/addons/ingress-nginx/v1.6.0-gce.yaml index 0efbb652fe..7fe8a12340 100644 --- a/addons/ingress-nginx/v1.6.0-gce.yaml +++ b/addons/ingress-nginx/v1.6.0-gce.yaml @@ -45,7 +45,7 @@ spec: terminationGracePeriodSeconds: 60 containers: - name: default-http-backend - image: gcr.io/google_containers/defaultbackend:1.0 + image: gcr.io/google_containers/defaultbackend:1.3 livenessProbe: httpGet: path: /healthz @@ -123,7 +123,7 @@ spec: terminationGracePeriodSeconds: 60 serviceAccountName: nginx-ingress-controller containers: - - image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.5 + - image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.10 name: nginx-ingress-controller imagePullPolicy: Always ports: @@ -193,16 +193,11 @@ rules: - get - list - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - apiGroups: - "" resources: - endpoints + - configmaps verbs: - create - update