We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93ef7c commit 84a3081Copy full SHA for 84a3081
1 file changed
endpoints/getting-started/deployment.yaml
@@ -38,6 +38,7 @@ spec:
38
app: esp-echo
39
spec:
40
containers:
41
+ # [START endpoints_esp_yaml_java]
42
# [START esp]
43
- name: esp
44
image: gcr.io/endpoints-release/endpoints-runtime:1
@@ -48,6 +49,7 @@ spec:
48
49
"--rollout_strategy=managed",
50
]
51
# [END esp]
52
+ # [END endpoints_esp_yaml_java]
53
ports:
54
- containerPort: 8081
55
- name: echo
0 commit comments