FEAT(falco): configure falco redis
- with 200mb maxmemory and lru eviction
This commit is contained in:
@@ -142,12 +142,16 @@ falcosidekick:
|
|||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
|
storageEnabled: false
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 64Mi
|
memory: 64Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 128Mi
|
memory: 256Mi
|
||||||
|
extraArgs:
|
||||||
|
- "--maxmemory 200mb"
|
||||||
|
- "--maxmemory-policy allkeys-lru"
|
||||||
|
|
||||||
# Use custom secret for authentication
|
# Use custom secret for authentication
|
||||||
existingSecret: falco-ui-secret
|
existingSecret: falco-ui-secret
|
||||||
|
|||||||
Reference in New Issue
Block a user