commit 3dcf6fe1c8876e0e2b7227200a64e1a68d51a08f parent 10a611236460101ea6220d3d30248164a4bf0e22 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Tue, 16 Sep 2025 20:07:19 +0200 Add general ratelimits Diffstat:
| M | apps/talos_cluster/continuwuity/deployment.yaml | | | 28 | +++------------------------- |
1 file changed, 3 insertions(+), 25 deletions(-)
diff --git a/apps/talos_cluster/continuwuity/deployment.yaml b/apps/talos_cluster/continuwuity/deployment.yaml @@ -99,28 +99,6 @@ spec: - group: gateway.networking.k8s.io kind: HTTPRoute name: continuwuity - rateLimit: - type: Local - local: - rules: - - limit: - requests: 300 - unit: Minute - clientSelectors: - - sourceCIDR: - type: Distinct - value: "0.0.0.0/0" - - sourceCIDR: - type: Distinct - value: "::/0" - - - limit: - requests: 20 - unit: Second - clientSelectors: - - sourceCIDR: - type: Distinct - value: "0.0.0.0/0" - - sourceCIDR: - type: Distinct - value: "::/0" + circuitBreaker: + maxPendingRequests: 2 + maxParallelRequests: 10