Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bfa6050

Browse files
committedNov 16, 2016
Update Endpoints getting started to reflect new docker image
1 parent 08bad86 commit bfa6050

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎endpoints/getting-started/container-engine.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ metadata:
1919
spec:
2020
ports:
2121
- port: 80
22-
targetPort: 8080
22+
targetPort: 8081
2323
protocol: TCP
2424
name: http
2525
selector:
@@ -42,15 +42,15 @@ spec:
4242
- name: esp
4343
image: b.gcr.io/endpoints/endpoints-runtime:0.3
4444
args: [
45-
"-p", "8080",
46-
"-a", "127.0.0.1:8081",
45+
"-p", "8081",
46+
"-a", "127.0.0.1:8080",
4747
"-s", "SERVICE_NAME",
4848
"-v", "SERVICE_VERSION",
4949
]
5050
# [END esp]
5151
ports:
52-
- containerPort: 8080
52+
- containerPort: 8081
5353
- name: echo
54-
image: b.gcr.io/endpoints/echo:latest
54+
image: gcr.io/google-samples/echo-java:1.0
5555
ports:
56-
- containerPort: 8081
56+
- containerPort: 8080

0 commit comments

Comments
 (0)
Failed to load comments.