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: providers:
kubernetesCRD: kubernetesCRD:
allowCrossNamespace: true allowCrossNamespace: true
@@ -7,7 +9,7 @@ ingress:
isDefaultClass: true isDefaultClass: true
name: traefik name: traefik
deployment: deployment:
replicas: 3 replicas: 1
podLabels: podLabels:
app: traefik app: traefik
nodeSelector: nodeSelector:

View File

@@ -38,11 +38,6 @@ export class RateLimitMiddleware extends Construct {
average, average,
burst, burst,
period, period,
redis: {
endpoints: [`valkey.${opts.namespace}.svc.cluster.local:6379`],
secret: "valkey",
db: 5,
},
}, },
}, },
}, },