Skip to content

Commit

Permalink
feat: [hub-server] disable rate limits on ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Jul 29, 2024
1 parent f473525 commit 8009a3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion charts/hub-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- email: dustin@elegantthemes.com
name: Elegant Themes
name: hub-server
version: 1.1.10
version: 1.1.11
5 changes: 0 additions & 5 deletions charts/hub-server/templates/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ metadata:
nginx.ingress.kubernetes.io/use-regex: "false"
nginx.ingress.kubernetes.io/enable-rewrite-log: "false"
nginx.ingress.kubernetes.io/use-forwarded-headers: "true"
nginx.ingress.kubernetes.io/limit-connections: "3"
nginx.ingress.kubernetes.io/limit-rps: "3"
nginx.ingress.kubernetes.io/limit-burst-multiplier: "3"
nginx.ingress.kubernetes.io/limit-req-status-code: "429"
nginx.ingress.kubernetes.io/limit-conn-status-code: "429"
nginx.ingress.kubernetes.io/configuration-snippet: |
more_set_headers 'Content-Type: text/plain';
more_set_headers 'X-Robots-Tag: noindex, nofollow';
Expand Down

0 comments on commit 8009a3d

Please sign in to comment.