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

@@ -20,13 +20,12 @@ controllers:
secretKeyRef:
name: pgweb-password
key: database-url
# Resource settings (VPA lowerBound/upperBound)
# Resource settings (no CPU limit for stability)
resources:
requests:
cpu: 15m
memory: 100Mi
limits:
cpu: 15m
memory: 100Mi
probes:
liveness: