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:
parent
d40afad625
commit
a62c6279af
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ spec:
|
|||
optional: true
|
||||
resources:
|
||||
requests:
|
||||
cpu: "500m"
|
||||
cpu: "250m"
|
||||
memory: "1Gi"
|
||||
limits:
|
||||
cpu: "2"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue