Files
kube-prometheus/manifests/prometheus-serviceMonitorPrometheus.yaml
Frederic Branczyk 3388f96afe Address comments
2018-05-06 08:29:52 -07:00

18 lines
301 B
YAML

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