fix(helm): add svc definition for 'helm init'

Closes #648.
pull/650/head
Matt Butcher 10 years ago
parent fb8dd39268
commit 66dede9043

@ -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
`

Loading…
Cancel
Save