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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user