mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-08-29 10:21:39 +02:00
14 lines
241 B
YAML
14 lines
241 B
YAML
apiVersion: prometheus.coreos.com/v1alpha1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: frontend
|
|
namespace: default
|
|
labels:
|
|
team: frontend
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
team: frontend
|
|
endpoints:
|
|
- port: web
|
|
interval: 10s |