We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e502e commit 8ea35f4Copy full SHA for 8ea35f4
kubernetes_engine/django_tutorial/polls.yaml
@@ -92,7 +92,6 @@ spec:
92
---
93
94
# [START gke_kubernetes_service_yaml_python]
95
-# [START gke_container_poll_service_python]
96
# The polls service provides a load-balancing proxy over the polls app
97
# pods. By specifying the type as a 'LoadBalancer', Kubernetes Engine will
98
# create an external HTTP load balancer.
@@ -113,5 +112,4 @@ spec:
113
112
targetPort: 8080
114
selector:
115
app: polls
116
-# [END gke_container_poll_service_python]
117
# [END gke_kubernetes_service_yaml_python]
0 commit comments