feat(victoria-metrics): increase memory requests and limits in vm-stack-values.yaml

This commit is contained in:
2026-05-03 17:26:42 +02:00
parent f3d6a39953
commit 4e7729cdf8
@@ -34,10 +34,10 @@ vmagent:
resources:
requests:
cpu: 20m
memory: 30Mi
memory: 60Mi
limits:
cpu: 200m
memory: 60Mi
memory: 200Mi
vmalert:
enabled: true