Update image on ingress example
This commit is contained in:
parent
e68aa3806a
commit
423433bc5f
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue