mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
fix(cilium): reduce requests to 1GB
jank fix so that OOM catches broken Cilium faster, since high memory usage past 1GB = Cilium broken
This commit is contained in:
@@ -105,7 +105,5 @@ spec:
|
||||
annotations:
|
||||
grafana_folder: "Cilium"
|
||||
resources: # for agent
|
||||
requests:
|
||||
memory: "1Gi"
|
||||
limits:
|
||||
memory: "2Gi"
|
||||
memory: "1Gi"
|
||||
|
||||
Reference in New Issue
Block a user