Skip to content

Commit

Permalink
Update faucet rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
deasydoesit committed Sep 24, 2024
1 parent f1ae22e commit 8fe1f1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/web-cluster/sdlc/helium/faucet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ metadata:
name: faucet
namespace: helium
annotations:
nginx.ingress.kubernetes.io/limit-rpm: "1"
nginx.ingress.kubernetes.io/limit-burst-multiplier: "1"
nginx.ingress.kubernetes.io/limit-rpm: "100"
nginx.ingress.kubernetes.io/limit-burst-multiplier: "100"
spec:
ingressClassName: nginx
rules:
Expand Down

0 comments on commit 8fe1f1c

Please sign in to comment.