PERF(storage): remove CPU limits for stability
- Remove CPU limits from storage components - Prevents CPU throttling issues
This commit is contained in:
@@ -13,13 +13,12 @@ image:
|
||||
# Replica count (Velero does not support multiple replicas)
|
||||
replicaCount: 1
|
||||
|
||||
# Resource settings (VPA lowerBound/target)
|
||||
# Resource settings (no CPU limit for stability)
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 50Mi
|
||||
limits:
|
||||
cpu: 14m
|
||||
memory: 50Mi
|
||||
|
||||
# Init containers for plugins
|
||||
@@ -38,13 +37,12 @@ deployNodeAgent: true
|
||||
nodeAgent:
|
||||
podVolumePath: /var/lib/kubelet/pods
|
||||
privileged: false
|
||||
# Resource settings (VPA lowerBound/target)
|
||||
# Resource settings (no CPU limit for stability)
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
limits:
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
# Configuration for backup storage
|
||||
configuration:
|
||||
|
||||
Reference in New Issue
Block a user