Skip to content

Commit 14e3096

Browse files
chore(endpoints): rename region tags at endpoints/getting-started/k8s/esp_echo_http.yaml (#13009)
* chore(endpoints): rename region tags at endpoints/getting-started/k8s/esp_echo_http.yaml * chore(endpoints): fix to comply with region tag format
1 parent 742c4a8 commit 14e3096

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

endpoints/getting-started/k8s/esp_echo_http.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ spec:
3838
labels:
3939
app: esp-echo
4040
spec:
41-
# [START secret-1]
41+
# [START endpoints_secret1_yaml_python]
4242
volumes:
4343
- name: service-account-creds
4444
secret:
4545
secretName: service-account-creds
46-
# [END secret-1]
47-
# [START service]
46+
# [END endpoints_secret1_yaml_python]
47+
# [START endpoints_service_yaml_python]
4848
containers:
4949
- name: esp
5050
image: gcr.io/endpoints-release/endpoints-runtime:1
@@ -55,15 +55,15 @@ spec:
5555
"--rollout_strategy", "managed",
5656
"--service_account_key", "/etc/nginx/creds/service-account-creds.json",
5757
]
58-
# [END service]
58+
# [END endpoints_service_yaml_python]
5959
ports:
6060
- containerPort: 8080
61-
# [START secret-2]
61+
# [START endpoints_secret2_yaml_python]
6262
volumeMounts:
6363
- mountPath: /etc/nginx/creds
6464
name: service-account-creds
6565
readOnly: true
66-
# [END secret-2]
66+
# [END endpoints_secret2_yaml_python]
6767
- name: echo
6868
image: gcr.io/endpoints-release/echo:latest
6969
ports:

0 commit comments

Comments
 (0)