Skip to content

Commit 5269063

Browse files
committed
chore(endpoints): migrate region tags step 3 - remove old regions in k8s-grpc-bookstore.yaml
1 parent 0713229 commit 5269063

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

endpoints/kubernetes/k8s-grpc-bookstore.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,12 @@ spec:
4343
app: esp-grpc-bookstore
4444
spec:
4545
# [START endpoints_secret1_yaml_python]
46-
# [START endpoints_secret_1]
4746
volumes:
4847
- name: service-account-creds
4948
secret:
5049
secretName: service-account-creds
51-
# [END endpoints_secret_1]
5250
# [START endpoints_secret2_yaml_python]
5351
# [START endpoints_service_yaml_python]
54-
# [START endpoints_service]
5552
containers:
5653
- name: esp
5754
image: gcr.io/endpoints-release/endpoints-runtime:1
@@ -62,17 +59,14 @@ spec:
6259
"--backend=grpc://127.0.0.1:8000",
6360
"--service_account_key=/etc/nginx/creds/service-account-creds.json"
6461
]
65-
# [END endpoints_service]
6662
# [END endpoints_service_yaml_python]
6763
ports:
6864
- containerPort: 9000
6965
# [START endpoints_secret2_yaml_python]
70-
# [START endpoints_secret_2]
7166
volumeMounts:
7267
- mountPath: /etc/nginx/creds
7368
name: service-account-creds
7469
readOnly: true
75-
# [END endpoints_secret_2]
7670
# [END endpoints_secret2_yaml_python]
7771
- name: bookstore
7872
image: gcr.io/endpointsv2/python-grpc-bookstore-server:1

0 commit comments

Comments
 (0)