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:
@@ -13,13 +13,14 @@ image:
|
||||
# Replica count (Velero does not support multiple replicas)
|
||||
replicaCount: 1
|
||||
|
||||
# Resource requests (VPA recommendation: 11m CPU)
|
||||
# Resource settings (VPA lowerBound/target)
|
||||
resources:
|
||||
requests:
|
||||
cpu: 11m
|
||||
memory: 75Mi
|
||||
cpu: 10m
|
||||
memory: 50Mi
|
||||
limits:
|
||||
memory: 75Mi
|
||||
cpu: 14m
|
||||
memory: 50Mi
|
||||
|
||||
# Init containers for plugins
|
||||
initContainers:
|
||||
@@ -37,11 +38,13 @@ deployNodeAgent: true
|
||||
nodeAgent:
|
||||
podVolumePath: /var/lib/kubelet/pods
|
||||
privileged: false
|
||||
# Resource settings (VPA lowerBound/target)
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
limits:
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
# Configuration for backup storage
|
||||
configuration:
|
||||
|
||||
Reference in New Issue
Block a user