Files
kube-prometheus/manifests/prometheus/prometheus-k8s-service-monitor-prometheus.yaml
2017-05-30 17:15:43 -07:00

17 lines
279 B
YAML

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