We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374ce13 commit 35a903fCopy full SHA for 35a903f
charts/router/templates/router-service.yaml
@@ -11,7 +11,7 @@ metadata:
11
labels:
12
heritage: deis
13
spec:
14
- type: LoadBalancer
+ type: {{ default "LoadBalancer" .Values.service_type}}
15
selector:
16
app: deis-router
17
ports:
charts/router/values.yaml
@@ -18,4 +18,7 @@ service_annotations:
18
19
# Enable to pin router pod hostPort when using minikube or vagrant
20
host_port:
21
- enabled: false
+ enabled: false
22
+
23
+# Service type default to LoadBalancer
24
+service_type: NodePort
0 commit comments