changed podmonitor

This commit is contained in:
kisfenyo
2025-12-27 16:48:07 +01:00
parent 2270144e51
commit 3c44ee1e23
+9 -2
View File
@@ -32,8 +32,15 @@ webhook:
# Monitoring
monitoring:
# Enable PodMonitor for Prometheus
podMonitorEnabled: true
# Disable PodMonitor (requires Prometheus Operator)
# Use annotation-based scraping instead
podMonitorEnabled: false
# Add Prometheus scrape annotations to pods
podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/port: "9187"
prometheus.io/path: "/metrics"
# Resource limits (adjust based on your needs)
resources: