Skip to content

Commit aafcf25

Browse files
authored
Adding container region tag (GoogleCloudPlatform#11896)
* Adding gke region tag * Updating region tag to 'container' api instead of GKE
1 parent 639f7c3 commit aafcf25

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

kubernetes_engine/django_tutorial/polls.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ spec:
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]

0 commit comments

Comments
 (0)