crowdsec/agent: bump memory request 64Mi → 128Mi
krr 2026-05-22 flagged crowdsec-agent DaemonSet (4 pods) as under- requested by ~588 MiB across the cluster. Live usage around the 80-128 MiB mark for active log parsing — 64 MiB request risked eviction ahead of more-needed pods. Limit stays at 512 MiB. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
7108843b38
commit
b59acbc1db
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ agent:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 25m
|
cpu: 25m
|
||||||
memory: 64Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
priorityClassName: "tier-1-cluster"
|
priorityClassName: "tier-1-cluster"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue