Girish Shilamkar 3550b050db Add Prometheus template to Kubernetes Catalog (#181)
* Add Prometheus to Kubernetes Catalog

* Updated config.yml

* Aligning version in spec with config

The version in rancher-compose.yml was different than in config.yml
2016-07-11 10:48:27 -07:00

27 lines
505 B
YAML

apiVersion: v1
kind: ReplicationController
metadata:
labels:
io.rancher.scheduler.global: "true"
io.rancher.container.dns: "true"
name: ranch-eye-rc
namespace: default
spec:
replicas: 1
selector:
template:
metadata:
labels:
name: ranch-eye
spec:
restartPolicy: Always
containers:
- image: infracloud/ranch-eye
imagePullPolicy: Always
name: ranch-eye
env:
- name: CADVISOR_HOST_IP
value: "${host_ip}"