mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-08-14 10:17:13 +02:00
20 lines
316 B
YAML
20 lines
316 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: frontend
|
|
namespace: default
|
|
labels:
|
|
tier: frontend
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
tier: frontend
|
|
targetLabels:
|
|
- tier
|
|
endpoints:
|
|
- port: web
|
|
interval: 10s
|
|
namespaceSelector:
|
|
matchNames:
|
|
- default
|