Skip to content

Commit 61c41c4

Browse files
author
Matthew Fisher
authored
Merge pull request #671 from lachie83/feat-charts-enable-router-hostPort
feat(charts): Add router specific configurable variables
2 parents 54018da + b8f7dd8 commit 61c41c4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

charts/workflow/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,13 @@ router:
182182
service_annotations:
183183
#<example-key>: <example-value>
184184

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+
185192
workflow-manager:
186193
versions_api_url: https://versions.deis.com
187194
doctor_api_url: https://doctor.deis.com

0 commit comments

Comments
 (0)