Skip to content

Commit b8f7dd8

Browse files
author
Lachlan Evenson
committed
Add router specific configurable variables
1 parent 4d48303 commit b8f7dd8

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
@@ -178,6 +178,13 @@ router:
178178
service_annotations:
179179
#<example-key>: <example-value>
180180

181+
# Enable to pin router pod hostPort when using minikube or vagrant
182+
host_port:
183+
enabled: false
184+
185+
# Service type default to LoadBalancer
186+
# service_type: LoadBalancer
187+
181188
workflow-manager:
182189
versions_api_url: https://versions.deis.com
183190
doctor_api_url: https://doctor.deis.com

0 commit comments

Comments
 (0)