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-07-21 11:08:23 -07:00
parent 88f8a764de
commit 3e7238f71c
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -75,4 +75,4 @@ controller:
enabled: true
namespace: ingress-nginx
interval: 30s
scrapeTimeout: 60s
scrapeTimeout: 30s