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,19 @@
---
apiVersion: v1
kind: Service
metadata:
namespace: kube-system
labels: null
name: monitoring-influxdb
spec:
type: NodePort
ports:
- name: http
nodePort: ${INFLUXDB_PORT}
port: 8083
targetPort: 8083
- name: api
port: 8086
targetPort: 8086
selector:
name: influxGrafana