changed podmonitor
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user