We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920eb69 commit 07dc919Copy full SHA for 07dc919
endpoints/getting-started/container-engine.yaml
@@ -46,6 +46,7 @@ spec:
46
secret:
47
secretName: nginx-ssl
48
containers:
49
+ # [START esp]
50
- name: esp
51
image: b.gcr.io/endpoints/endpoints-runtime:0.3
52
args: [
@@ -55,6 +56,7 @@ spec:
55
56
"-s", "SERVICE_NAME",
57
"-v", "SERVICE_VERSION",
58
]
59
+ # [END esp]
60
ports:
61
- containerPort: 8080
62
- containerPort: 443
endpoints/getting-started/swagger.yaml
@@ -1,9 +1,11 @@
1
+# [START swagger]
2
swagger: "2.0"
3
info:
4
description: "A simple Google Cloud Endpoints API example."
5
title: "Endpoints Example"
6
version: "1.0.0"
7
host: "YOUR-PROJECT-ID.appspot.com"
8
+# [END swagger]
9
basePath: "/"
10
consumes:
11
- "application/json"
0 commit comments