Skip to content

Commit 09ad1e2

Browse files
wlu2016Jon Wayne Parrott
authored andcommitted
Update container-engine.yaml (#741)
update docker container image and arg string to be consistent with the endpoints GA quickstart doc
1 parent 4e68acc commit 09ad1e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

endpoints/getting-started/container-engine.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ spec:
4040
containers:
4141
# [START esp]
4242
- name: esp
43-
image: b.gcr.io/endpoints/endpoints-runtime:0.3
43+
image: gcr.io/endpoints-release/endpoints-runtime:1
4444
args: [
4545
"-p", "8081",
4646
"-a", "127.0.0.1:8080",
4747
"-s", "SERVICE_NAME",
48-
"-v", "SERVICE_VERSION",
48+
"-v", "SERVICE_CONFIG_ID",
4949
]
5050
# [END esp]
5151
ports:

0 commit comments

Comments
 (0)