Files
kube-prometheus/manifests/prometheus-serviceMonitor.yaml
2018-05-31 17:37:43 +02:00

15 lines
247 B
YAML

apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
k8s-app: prometheus
name: prometheus
namespace: monitoring
spec:
endpoints:
- interval: 30s
port: web
selector:
matchLabels:
prometheus: k8s