PERF(storage): remove CPU limits for stability

- Remove CPU limits from storage components
- Prevents CPU throttling issues
This commit is contained in:
2026-01-12 02:17:00 +09:00
parent 46bb39ed9e
commit 3088cde155
5 changed files with 6 additions and 12 deletions

View File

@@ -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