fix: Traefik | 1 replica with in memory rate limiting and version update

This commit is contained in:
2025-12-11 08:41:40 +05:00
parent 6109a46567
commit fccfcb9883
2 changed files with 3 additions and 6 deletions

View File

@@ -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:

View File

@@ -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,
},
},
},
},