CHORE(resources): set memory limits equal to memory requests

Align memory limits with memory requests for guaranteed QoS class.
- velero: main, nodeAgent
- postgresql: cluster
- minio: console
- zot, cnpg, pgweb
This commit is contained in:
2026-01-09 14:05:54 +09:00
parent 382156fca3
commit 6cc795c3ef
6 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ spec:
memory: "256Mi"
cpu: "30m"
limits:
memory: "384Mi"
memory: "256Mi"
# PostgreSQL configuration
postgresql: