Skip to content

Commit 84753d2

Browse files
author
Matthew Fisher
committed
ref(charts): disable host_port/enabled by default
Host ports on some cloud providers like GKE play differently than expected.
1 parent 5ed4bde commit 84753d2

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: true
21+
enabled: false
2222

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

0 commit comments

Comments
 (0)