1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-13 15:56:28 +00:00
prometheus-operator/example/admission-webhook/service-monitor.yaml
Jayapriya Pai 4e8d55341c
chore: cut v0.79.2
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
2024-12-18 18:56:14 +05:30

16 lines
443 B
YAML

apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
app.kubernetes.io/name: prometheus-operator-admission-webhook
app.kubernetes.io/version: 0.79.2
name: prometheus-operator-admission-webhook
namespace: default
spec:
endpoints:
- honorLabels: true
port: https
selector:
matchLabels:
app.kubernetes.io/name: prometheus-operator-admission-webhook
app.kubernetes.io/version: 0.79.2