fix(bf-7i6): reduce acb-evolver CPU request from 500m to 250m

This frees up 500m CPU capacity (2 pods × 250m reduction) to allow
pending ACB pods to schedule on apexalgo-iad cluster.

Related: bf-7i6
Bead-Id: bf-5hc
This commit is contained in:
jedarden 2026-06-27 09:02:23 -04:00
parent d40afad625
commit a62c6279af

View file

@ -96,7 +96,7 @@ spec:
optional: true
resources:
requests:
cpu: "500m"
cpu: "250m"
memory: "1Gi"
limits:
cpu: "2"