PERF(storage): optimize resources via VPA
- cnpg: CPU 15m/15m, memory 100Mi/100Mi - minio: CPU 48m/104m, memory 126Mi/183Mi - pgweb: CPU 15m/15m, memory 100Mi/100Mi - velero: CPU 10m/14m, memory 50Mi/50Mi - velero-node-agent: CPU 15m/15m, memory 100Mi/100Mi - zot: CPU 15m/15m, memory 100Mi/248Mi
This commit is contained in:
@@ -32,13 +32,14 @@ existingSecret: minio-root-password
|
||||
rootUserSecretKey: root-user
|
||||
rootPasswordSecretKey: root-password
|
||||
|
||||
# Resources
|
||||
# Resource settings (VPA lowerBound/target)
|
||||
resources:
|
||||
requests:
|
||||
memory: 175Mi
|
||||
cpu: 15m
|
||||
cpu: 48m
|
||||
memory: 126Mi
|
||||
limits:
|
||||
memory: 175Mi
|
||||
cpu: 104m
|
||||
memory: 183Mi
|
||||
|
||||
# Service
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user