FEAT(falco): add 6h TTL to sidekick-ui

- to prevent Redis OOM
- Events older than 6 hours are auto-deleted
- Prevents linear memory growth in Redis
This commit is contained in:
2026-01-04 02:03:06 +09:00
parent 9822441e38
commit 94dcb7d585

View File

@@ -143,6 +143,7 @@ falcosidekick:
enabled: true
replicaCount: 1
disableauth: true # Disable basic auth - using Authelia SSO
ttl: 21600 # 6 hours - events older than this are auto-deleted
service:
type: ClusterIP