Files
infra-prod/deploy/prometheus/manifests/prometheus-self-servicemonitor.yaml
2025-03-30 20:47:18 +02:00

17 lines
294 B
YAML

apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
job: prometheus
name: prometheus
namespace: monitoring
spec:
endpoints:
- interval: 30s
port: web
scheme: http
jobLabel: prometheus
selector:
matchLabels:
prometheus: prometheus-k8s