summaryrefslogtreecommitdiffstats
path: root/roles/openshift_cluster_metrics/files/cluster-metrics/heapster.yaml
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2016-07-25 11:45:19 -0400
committerJason DeTiberus <jdetiber@redhat.com>2016-07-25 11:45:19 -0400
commit8866740a4d61b15d1cd9adbc9741e95650adccf4 (patch)
tree8bc56f28afe1f12489ba8b0790300276cb5d0a8b /roles/openshift_cluster_metrics/files/cluster-metrics/heapster.yaml
parentcd46274c9d52dab3553f3f88fca37bf2a93c9068 (diff)
downloadopenshift-8866740a4d61b15d1cd9adbc9741e95650adccf4.tar.gz
openshift-8866740a4d61b15d1cd9adbc9741e95650adccf4.tar.bz2
openshift-8866740a4d61b15d1cd9adbc9741e95650adccf4.tar.xz
openshift-8866740a4d61b15d1cd9adbc9741e95650adccf4.zip
remove outdated openshift_cluster_metrics role
Diffstat (limited to 'roles/openshift_cluster_metrics/files/cluster-metrics/heapster.yaml')
-rw-r--r--roles/openshift_cluster_metrics/files/cluster-metrics/heapster.yaml30
1 files changed, 0 insertions, 30 deletions
diff --git a/roles/openshift_cluster_metrics/files/cluster-metrics/heapster.yaml b/roles/openshift_cluster_metrics/files/cluster-metrics/heapster.yaml
deleted file mode 100644
index 83e314074..000000000
--- a/roles/openshift_cluster_metrics/files/cluster-metrics/heapster.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-apiVersion: "v1"
-kind: "List"
-items:
- -
- apiVersion: "v1"
- kind: "ReplicationController"
- metadata:
- labels:
- provider: "fabric8"
- component: "heapster"
- name: "heapster"
- spec:
- replicas: 1
- selector:
- provider: "fabric8"
- component: "heapster"
- template:
- metadata:
- labels:
- provider: "fabric8"
- component: "heapster"
- spec:
- containers:
- -
- args:
- - "-source=kubernetes:https://kubernetes.default.svc.cluster.local?auth=&insecure=true&useServiceAccount=true"
- - "-sink=influxdb:http://influxdb-monitoring.default.svc.cluster.local:8086"
- image: "kubernetes/heapster:V0.14.2"
- name: "heapster"
- serviceAccount: "heapster" \ No newline at end of file