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
|
enabled: true
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
disableauth: true # Disable basic auth - using Authelia SSO
|
disableauth: true # Disable basic auth - using Authelia SSO
|
||||||
|
ttl: 21600 # 6 hours - events older than this are auto-deleted
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|||||||
Reference in New Issue
Block a user