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:
@@ -21,7 +21,7 @@ spec:
|
||||
memory: "256Mi"
|
||||
cpu: "30m"
|
||||
limits:
|
||||
memory: "384Mi"
|
||||
memory: "256Mi"
|
||||
|
||||
# PostgreSQL configuration
|
||||
postgresql:
|
||||
|
||||
Reference in New Issue
Block a user