1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-16 09:16:38 +00:00
prometheus-operator/example/prometheus-controller.yaml
Fabian Reinartz 4b4191d060 Initial commit.
Adds a basic controller that creates a client and connects to
a Kubernetes cluster from within or external.
2016-09-21 13:48:13 +02:00

10 lines
189 B
YAML

apiVersion: v2
kind: Pod
metadata:
name: prometheus-ctrl
labels:
name: prometheus-ctrl
spec:
containers:
- name: prometheus-ctrl
image: quay.io/fabxc/prometheus-ctrl:latest