Skip to content

Commit 5293283

Browse files
author
Matthew Fisher
authored
Merge pull request #679 from bacongobbler/enable-hostports
fix(charts): enable hostports by default
2 parents cc7dcfa + 6989718 commit 5293283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/workflow/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ router:
184184

185185
# Enable to pin router pod hostPort when using minikube or vagrant
186186
host_port:
187-
enabled: false
187+
enabled: true
188188

189189
# Service type default to LoadBalancer
190190
# service_type: LoadBalancer

0 commit comments

Comments
 (0)