Skip to content

Commit 34da2e2

Browse files
author
Matthew Fisher
committed
fix(charts): enable hostports by default
This was the old default behaviour and is expected. Changing it to disabled by default is a regression.
1 parent 919d078 commit 34da2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/router/values.yaml

+1-1
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)