fix: Traefik | 1 replica with in memory rate limiting and version update
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
image:
|
||||
tag: "v3.6.4"
|
||||
providers:
|
||||
kubernetesCRD:
|
||||
allowCrossNamespace: true
|
||||
@@ -7,7 +9,7 @@ ingress:
|
||||
isDefaultClass: true
|
||||
name: traefik
|
||||
deployment:
|
||||
replicas: 3
|
||||
replicas: 1
|
||||
podLabels:
|
||||
app: traefik
|
||||
nodeSelector:
|
||||
|
||||
@@ -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