From 423433bc5fddfe77dcc0aa91ebb29906cae87433 Mon Sep 17 00:00:00 2001 From: Prashanth Balasubramanian Date: Mon, 20 Jun 2016 15:08:39 -0700 Subject: [PATCH] Update image on ingress example --- controllers/gce/ingress-app.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/controllers/gce/ingress-app.yaml b/controllers/gce/ingress-app.yaml index 9680c2123..3102edc51 100644 --- a/controllers/gce/ingress-app.yaml +++ b/controllers/gce/ingress-app.yaml @@ -66,7 +66,7 @@ spec: spec: containers: - name: echoheaders - image: bprashanth/echoserver:0.0 + image: gcr.io/google_containers/echoserver:1.4 ports: - containerPort: 8080 --- @@ -78,7 +78,10 @@ metadata: name: echomap spec: backend: - serviceName: echoheadersdefault + # Re-use echoheadersx as the default backend so we stay under the default + # quota for gce BackendServices. You can change this to echoheadersdefault + # if you have enough quota. + serviceName: echoheadersx servicePort: 80 rules: - host: foo.bar.com