diff --git a/pkg/client/install.go b/pkg/client/install.go index fbec4ad21..8c6f9d089 100644 --- a/pkg/client/install.go +++ b/pkg/client/install.go @@ -94,4 +94,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 `