Skip to content
This repository was archived by the owner on May 27, 2019. It is now read-only.

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

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

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

0 commit comments

Comments
 (0)