FIX(falco): re-enable falco webui
- with redis memory limit 128mi
This commit is contained in:
@@ -114,9 +114,9 @@ falcosidekick:
|
|||||||
# webhookurl: ""
|
# webhookurl: ""
|
||||||
# minimumpriority: "warning"
|
# minimumpriority: "warning"
|
||||||
|
|
||||||
# Falcosidekick Web UI (disabled to save ~535MB Redis memory)
|
# Falcosidekick Web UI
|
||||||
webui:
|
webui:
|
||||||
enabled: false
|
enabled: true
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
service:
|
service:
|
||||||
@@ -141,6 +141,14 @@ falcosidekick:
|
|||||||
# cpu: removed to prevent throttling
|
# cpu: removed to prevent throttling
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
|
|
||||||
|
redis:
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 10m
|
||||||
|
memory: 64Mi
|
||||||
|
limits:
|
||||||
|
memory: 128Mi
|
||||||
|
|
||||||
# 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