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

@@ -10,13 +10,12 @@ image:
# Replica count for operator
replicaCount: 1
# Resource settings (VPA lowerBound/target)
# Resource settings (no CPU limit for stability)
resources:
requests:
cpu: 15m
memory: 100Mi
limits:
cpu: 15m
memory: 100Mi
# RBAC