Skip to content

Commit

Permalink
Merge branch 'main' into feat/be/FSADT1-1277
Browse files Browse the repository at this point in the history
  • Loading branch information
mamartinezmejia authored Apr 10, 2024
2 parents bc0948e + 6f3fd18 commit a3debfc
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 a3debfc

Please sign in to comment.