PERF(storage): remove CPU limits for stability
- Remove CPU limits from storage components - Prevents CPU throttling issues
This commit is contained in:
@@ -32,13 +32,12 @@ existingSecret: minio-root-password
|
||||
rootUserSecretKey: root-user
|
||||
rootPasswordSecretKey: root-password
|
||||
|
||||
# Resource settings (VPA lowerBound/target)
|
||||
# Resource settings (no CPU limit for stability)
|
||||
resources:
|
||||
requests:
|
||||
cpu: 48m
|
||||
memory: 126Mi
|
||||
limits:
|
||||
cpu: 104m
|
||||
memory: 183Mi
|
||||
|
||||
# Service
|
||||
|
||||
Reference in New Issue
Block a user