PERF(velero): reduce CPU requests based on VPA
- velero: 50m → 11m - node-agent: 30m → 15m - velero-ui: 30m → 15m
This commit is contained in:
@@ -75,7 +75,7 @@ spec:
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 30m
|
||||
cpu: 15m # VPA recommendation
|
||||
memory: 128Mi
|
||||
limits:
|
||||
memory: 256Mi
|
||||
|
||||
Reference in New Issue
Block a user