Skip to content

Commit

Permalink
Add rate limits
Browse files Browse the repository at this point in the history
  • Loading branch information
frankwiles committed Aug 28, 2024
1 parent e965578 commit 682b079
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chart/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ metadata:
cert-manager.io/cluster-issuer: letsencrypt-production
kubernetes.io/tls-acme: "true"
nginx.ingress.kubernetes.io/denylist-source-range: "43.146.0.0/15,43.133.0.0/16,43.148.0.0/14,43.153.0.0/16,43.176.0.0/12,103.95.224.0/22,114.117.144.0/20,142.70.0.0/16,142.86.0.0/16,149.41.0.0/16,150.248.0.0/16,158.79.0.0/24"
nginx.ingress.kubernetes.io/limit-rps: 6
spec:
ingressClassName: nginx
tls:
Expand Down

0 comments on commit 682b079

Please sign in to comment.