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,15 @@
.catalog:
name: Heapster Grafana InfluxDB
version: canary-rancher1
description: A cluster-wide aggregator of monitoring and event data.
questions:
- variable: "GRAFANA_PORT"
label: "Node port for Grafana"
required: true
default: 30804
type: "int"
- variable: "INFLUXDB_PORT"
label: "Node port for Influxdb"
required: true
default: 30805
type: "int"