We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54018da + b8f7dd8 commit 61c41c4Copy full SHA for 61c41c4
1 file changed
charts/workflow/values.yaml
@@ -182,6 +182,13 @@ router:
182
service_annotations:
183
#<example-key>: <example-value>
184
185
+ # Enable to pin router pod hostPort when using minikube or vagrant
186
+ host_port:
187
+ enabled: false
188
+
189
+ # Service type default to LoadBalancer
190
+ # service_type: LoadBalancer
191
192
workflow-manager:
193
versions_api_url: https://versions.deis.com
194
doctor_api_url: https://doctor.deis.com
0 commit comments