git-subtree-dir: contrib/kube-prometheus
git-subtree-mainline: 050ca21276696c8603375c699513ec487301ed62
git-subtree-split: 81c0d2f4d3
13 lines
220 B
YAML
13 lines
220 B
YAML
apiVersion: monitoring.coreos.com/v1alpha1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: frontend
|
|
labels:
|
|
tier: frontend
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
tier: frontend
|
|
endpoints:
|
|
- port: web
|
|
interval: 10s |