commit 10a611236460101ea6220d3d30248164a4bf0e22 parent 80a04475600b0a004c0ffb58f9c809e4da91bcd3 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Tue, 16 Sep 2025 20:05:19 +0200 Add general ratelimits Diffstat:
| M | apps/talos_cluster/continuwuity/deployment.yaml | | | 15 | +++++++++++++++ |
1 file changed, 15 insertions(+), 0 deletions(-)
diff --git a/apps/talos_cluster/continuwuity/deployment.yaml b/apps/talos_cluster/continuwuity/deployment.yaml @@ -106,6 +106,21 @@ spec: - 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"