Skip to content

Commit

Permalink
fix(FSADT1-1290): increasing rate limiter (#919)
Browse files Browse the repository at this point in the history
Increased due to autocomplete issues
  • Loading branch information
paulushcgcj authored Apr 10, 2024
1 parent fa6c582 commit 6f3fd18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ objects:
name: ${NAME}-${ZONE}-${COMPONENT}
annotations:
haproxy.router.openshift.io/rate-limit-connections: "true"
haproxy.router.openshift.io/rate-limit-connections.rate-http: "24"
haproxy.router.openshift.io/rate-limit-connections.rate-tcp: "12"
haproxy.router.openshift.io/rate-limit-connections.rate-http: "50"
haproxy.router.openshift.io/rate-limit-connections.rate-tcp: "25"
spec:
host: ${NAME}-${ZONE}-${COMPONENT}.${DOMAIN}
port:
Expand Down

0 comments on commit 6f3fd18

Please sign in to comment.