Adding Heapster Kubernetes Template

This commit is contained in:
galal-hussein
2016-09-27 20:45:54 +02:00
parent b53c9d1b92
commit c5fa6bde5b
9 changed files with 205 additions and 0 deletions
@@ -0,0 +1,13 @@
---
apiVersion: v1
kind: Service
metadata:
namespace: kube-system
labels: null
name: heapster
spec:
ports:
- port: 80
targetPort: 8082
selector:
k8s-app: heapster