fix(prometheus): scrapeTimeout must be <= scrapeInterval — authentik/nginx SMs (60s>30s) + global (60s>30s) blocked operator config gen, no Prometheus STS created

This commit is contained in:
Story Crater Bot
2026-08-18 15:08:02 -07:00
parent dc1ab77b54
commit 96b4064ec7
3 changed files with 7 additions and 6 deletions
@@ -29,9 +29,10 @@ prometheus:
retention: 15d
retentionSize: "18GB"
# Scrape timeout: increased to 60s to tolerate 5+ second network latency spikes
# Default: 10s — too aggressive for latency-prone clusters
scrapeInterval: 30s
# scrapeTimeout MUST be <= scrapeInterval or the operator refuses to generate
# the Prometheus config ("scrapeTimeout greater than scrapeInterval") and no
# STS is created. Use a larger interval to keep the 60s timeout headroom.
scrapeInterval: 60s
scrapeTimeout: 60s
evaluationInterval: 30s