Files
kube-prometheus/manifests/examples/example-app/servicemonitor-frontend.yaml
2016-10-20 17:50:52 +02:00

14 lines
245 B
YAML

apiVersion: prometheus.coreos.com/v1alpha1
kind: ServiceMonitor
metadata:
name: frontend
namespace: default
labels:
team: frontend
spec:
selector:
matchLabels:
team: frontend
scrapeInterval: 10s
endpoints:
- port: web