fix: Traefik | 1 replica with in memory rate limiting and version update
This commit is contained in:
@@ -38,11 +38,6 @@ export class RateLimitMiddleware extends Construct {
|
||||
average,
|
||||
burst,
|
||||
period,
|
||||
redis: {
|
||||
endpoints: [`valkey.${opts.namespace}.svc.cluster.local:6379`],
|
||||
secret: "valkey",
|
||||
db: 5,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user