Skip to content

Commit

Permalink
Merge pull request #1341 from vishnoianil/rate-limit
Browse files Browse the repository at this point in the history
Override the limitador limits for playground deployment
  • Loading branch information
mergify[bot] authored Aug 24, 2023
2 parents ef9a0e0 + 3da8a16 commit 42d7284
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deploy/nexodus/overlays/playground/files/limits.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
- namespace: nexodus
max_value: 200
seconds: 1
conditions:
- tier == 'default'
variables:
- resource_group
- sub
4 changes: 4 additions & 0 deletions deploy/nexodus/overlays/playground/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ configMapGenerator:
files:
- files/nexodus.json
name: realm
- behavior: replace
files:
- files/limits.yaml
name: limitador-config
# - behavior: replace
# files:
# - files/promtail.yaml
Expand Down

0 comments on commit 42d7284

Please sign in to comment.