Skip to content

Commit 04f00a3

Browse files
committed
Add tags to container-engine.yaml
1 parent 1e7b7b2 commit 04f00a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

endpoints/getting-started/container-engine.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ spec:
3838
app: esp-echo
3939
spec:
4040
containers:
41+
# [START esp]
4142
- name: esp
4243
image: b.gcr.io/endpoints/endpoints-runtime:0.3
4344
args: [
@@ -46,6 +47,7 @@ spec:
4647
"-s", "SERVICE_NAME",
4748
"-v", "SERVICE_VERSION",
4849
]
50+
# [END esp]
4951
ports:
5052
- containerPort: 8080
5153
- name: echo

0 commit comments

Comments
 (0)