Update image on ingress example

This commit is contained in:
Prashanth Balasubramanian 2016-06-20 15:08:39 -07:00
parent e68aa3806a
commit 423433bc5f

View file

@ -66,7 +66,7 @@ spec:
spec: spec:
containers: containers:
- name: echoheaders - name: echoheaders
image: bprashanth/echoserver:0.0 image: gcr.io/google_containers/echoserver:1.4
ports: ports:
- containerPort: 8080 - containerPort: 8080
--- ---
@ -78,7 +78,10 @@ metadata:
name: echomap name: echomap
spec: spec:
backend: 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 servicePort: 80
rules: rules:
- host: foo.bar.com - host: foo.bar.com