changed podmonitor
This commit is contained in:
@@ -32,8 +32,15 @@ webhook:
|
|||||||
|
|
||||||
# Monitoring
|
# Monitoring
|
||||||
monitoring:
|
monitoring:
|
||||||
# Enable PodMonitor for Prometheus
|
# Disable PodMonitor (requires Prometheus Operator)
|
||||||
podMonitorEnabled: true
|
# 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)
|
# Resource limits (adjust based on your needs)
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
Reference in New Issue
Block a user