PERF(redis): increase Redis memory limit to 512Mi

- Increase memory limit to prevent OOM
- Optimize Redis configuration
This commit is contained in:
2026-01-02 23:37:45 +09:00
parent a0e483a8c4
commit ede767498d

View File

@@ -168,11 +168,11 @@ falcosidekick:
resources: resources:
requests: requests:
cpu: 10m cpu: 10m
memory: 64Mi memory: 128Mi
limits: limits:
memory: 256Mi memory: 512Mi
extraArgs: extraArgs:
- "--maxmemory 200mb" - "--maxmemory 400mb"
- "--maxmemory-policy allkeys-lru" - "--maxmemory-policy allkeys-lru"
# Authentication disabled - using Authelia SSO # Authentication disabled - using Authelia SSO