FIX(velero): set velero-ui memory limits equal to requests
- Align memory limits with requests for guaranteed QoS
This commit is contained in:
@@ -76,7 +76,7 @@ spec:
|
|||||||
cpu: 15m # VPA recommendation
|
cpu: 15m # VPA recommendation
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 256Mi
|
memory: 128Mi
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|||||||
Reference in New Issue
Block a user