fix(ingress): add localhost to rate-limit bypass CIDRs
Adds 127.0.0.0/8 and ::1/128 so host-networked pods (buildkitd) are not blocked by the detection pipeline.
This commit is contained in:
@@ -67,7 +67,7 @@ data:
|
||||
enabled = true
|
||||
eviction_interval_secs = 300
|
||||
stale_after_secs = 600
|
||||
bypass_cidrs = ["10.42.0.0/16"]
|
||||
bypass_cidrs = ["10.42.0.0/16", "127.0.0.0/8", "::1/128"]
|
||||
|
||||
[rate_limit.authenticated]
|
||||
burst = 200
|
||||
|
||||
Reference in New Issue
Block a user