Skip to content

Commit 5ed4bde

Browse files
author
Matthew Fisher
authored
Merge pull request #298 from bacongobbler/enable-by-default
fix(charts): enable hostports by default
2 parents 919d078 + 34da2e2 commit 5ed4bde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/router/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ service_annotations:
1818

1919
# Enable to pin router pod hostPort when using minikube or vagrant
2020
host_port:
21-
enabled: false
21+
enabled: true
2222

2323
# Service type default to LoadBalancer
2424
# service_type: LoadBalancer

0 commit comments

Comments
 (0)