diff --git a/pkg/client/install.go b/pkg/client/install.go index 8a582f2d1..a6047aaf4 100644 --- a/pkg/client/install.go +++ b/pkg/client/install.go @@ -85,4 +85,20 @@ spec: name: tiller imagePullPolicy: Always --- +apiVersion: v1 +kind: Service +metadata: + labels: + app: helm + name: tiller + name: tiller-svc + namespace: helm +spec: + selector: + app: helm + name: tiller + ports: + - protocol: TCP + port: 44134 + targetPort: 44134 `