File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
kubernetes_engine/django_tutorial Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 8282 mountPath : /etc/ssl/certs
8383 - name : cloudsql
8484 mountPath : /cloudsql
85- # [END proxy_container]
85+ # [END proxy_container]
8686 # [START volumes]
8787 volumes :
8888 - name : cloudsql-oauth-credentials
@@ -93,11 +93,12 @@ spec:
9393 path : /etc/ssl/certs
9494 - name : cloudsql
9595 emptyDir : {}
96- # [END volumes]
96+ # [END volumes]
9797# [END kubernetes_deployment]
9898
9999---
100100
101+ # [START container_poll_service]
101102# [START service]
102103# The polls service provides a load-balancing proxy over the polls app
103104# pods. By specifying the type as a 'LoadBalancer', Kubernetes Engine will
@@ -120,3 +121,4 @@ spec:
120121 selector :
121122 app : polls
122123# [END service]
124+ # [END container_poll_service]
You can’t perform that action at this time.
0 commit comments