File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments