PERF(cnpg): reduce cpu requests
- to allow cnpg join pod scheduling - Falco: 40m → 30m - Falcosidekick Web UI: 50m → 30m - Velero UI: 50m → 30m This frees up ~40m CPU on worker nodes to allow CNPG join pods (which request 500m) to be scheduled successfully.
This commit is contained in:
@@ -15,7 +15,7 @@ image:
|
|||||||
# Resource requests
|
# Resource requests
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 40m # Reduced from 50m for worker-node-2 CPU optimization (actual usage ~39m)
|
cpu: 30m # Reduced for CPU optimization to allow CNPG join pod scheduling
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
|
|
||||||
# Falco configuration
|
# Falco configuration
|
||||||
@@ -134,7 +134,7 @@ falcosidekick:
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 30m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
# cpu: removed to prevent throttling
|
# cpu: removed to prevent throttling
|
||||||
|
|||||||
Reference in New Issue
Block a user