FIX(velero): set velero-ui memory limits equal to requests

- Align memory limits with requests for guaranteed QoS
This commit is contained in:
2026-01-09 14:46:06 +09:00
parent 6cc795c3ef
commit c2165b8a8d

View File

@@ -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