Skip to content

Instantly share code, notes, and snippets.

@Anishmourya
Created February 21, 2020 13:36
Show Gist options
  • Save Anishmourya/2357fc76c5817481ca0fbb43f7569f62 to your computer and use it in GitHub Desktop.
Save Anishmourya/2357fc76c5817481ca0fbb43f7569f62 to your computer and use it in GitHub Desktop.
kind: Service
apiVersion: v1
metadata:
name: tiller-deploy
namespace: kube-system
labels:
app: helm
name: tiller
spec:
ports:
- name: tiller
protocol: TCP
port: 44134
targetPort: tiller
selector:
app: helm
name: tiller
type: ClusterIP
sessionAffinity: None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment