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
+2 -2
View File
@@ -133,7 +133,7 @@ server:
enabled: true
serviceMonitor:
enabled: true
scrapeTimeout: 60s
scrapeTimeout: 30s
# ── Authentik worker ──────────────────────────────────────────────────────────
# Runs background tasks: email delivery, LDAP sync, flow policy evaluation,
@@ -169,7 +169,7 @@ worker:
enabled: true
serviceMonitor:
enabled: true
scrapeTimeout: 60s
scrapeTimeout: 30s
# ── PostgreSQL (external: CloudNativePG cluster in ddb namespace) ─────────────
# Authentik connects to the centralized ddb-cluster (1 primary + 2 replicas with pgvector).