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:
Viktor Barzin 2026-05-24 01:11:16 +00:00
parent 7108843b38
commit b59acbc1db

View file

@ -5,7 +5,7 @@ agent:
resources:
requests:
cpu: 25m
memory: 64Mi
memory: 128Mi
limits:
memory: 512Mi
priorityClassName: "tier-1-cluster"