Commit 8ae7eb7d authored by Adam Reese's avatar Adam Reese

Merge pull request #695 from adamreese/fix/tiller-port

fix(tiller): use correct port in rc spec
parents 0590ca1a b9708b2e
......@@ -90,7 +90,7 @@ spec:
image: {{default "gcr.io/kubernetes-helm/tiller:canary" .Tiller.Image}}
name: tiller
ports:
- containerPort: 8080
- containerPort: 44134
name: tiller
imagePullPolicy: Always
---
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment