Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #9 from anguslees/tillerport
Browse files Browse the repository at this point in the history
Fix broken tiller command line
  • Loading branch information
anguslees authored Nov 29, 2017
2 parents f8e8959 + 1e2c37f commit b8acdb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/tiller-crd.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ local controller_overlay = {
assert self.name == "tiller",
// Nuke exposed tiller port
ports: [], // Informational only
command: ["/tiller"],
args+: ["--listen=localhost:44134"], // Restrict to pod only
},
{
Expand Down
2 changes: 2 additions & 0 deletions deploy/tiller-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ spec:
containers:
- args:
- --listen=localhost:44134
command:
- /tiller
env:
- name: TILLER_NAMESPACE
value: kube-system
Expand Down

0 comments on commit b8acdb0

Please sign in to comment.