diff --git a/corum-fk/prod/corumfk.yml b/corum-fk/prod/corumfk.yml index 3ae2360..a3f3ca2 100644 --- a/corum-fk/prod/corumfk.yml +++ b/corum-fk/prod/corumfk.yml @@ -22,9 +22,9 @@ services: - traefik.http.routers.cfklanding.tls.certresolver=myresolver - traefik.http.services.cfklanding.loadbalancer.server.port=3000 - traefik.http.routers.cfklanding.service=cfklanding - - traefik.http.middlewares.cfklanding-ratelimit.rateLimit.average=100 - - traefik.http.middlewares.cfklanding-ratelimit.rateLimit.burst=200 - - traefik.http.middlewares.cfklanding-ratelimit.rateLimit.period=1s + - traefik.http.middlewares.cfklanding-ratelimit.rateLimit.average=50 + - traefik.http.middlewares.cfklanding-ratelimit.rateLimit.burst=80 + - traefik.http.middlewares.cfklanding-ratelimit.rateLimit.period=1m - traefik.http.routers.cfklanding.middlewares=cfklanding-ratelimit corum-fk-agent: