Skip to content

Commit

Permalink
fix: spectrum add qps increase to cilium config (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
enjenjenje authored and nahsi committed Feb 21, 2025
1 parent ddcbc7b commit 5735df5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions terraform-modules/spectrum/templates/cilium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ socketLB:

k8sServiceHost: localhost

k8sClientRateLimit:
qps: 1000
burst: 5000
operator:
qps: 1000
burst: 5000

%{ if cluster_flavour == "talos" }
k8sServicePort: 7445
%{ else }
Expand Down

0 comments on commit 5735df5

Please sign in to comment.