PERF(resources): remove CPU limits - keep memory limits only

- CPU throttling prevents app startup, not crashes
- Memory OOM is the real cascading failure cause
- CPU request ensures fair scheduling
This commit is contained in:
2026-01-07 23:48:47 +09:00
parent 6af1964495
commit 35df7aa64e
6 changed files with 15 additions and 13 deletions

View File

@@ -16,8 +16,7 @@ resources:
cpu: 50m
memory: 128Mi
limits:
# cpu: removed to prevent throttling
memory: 512Mi
memory: 192Mi
# Init containers for plugins
initContainers: