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:28 +09:00
parent 83fd149f58
commit 286e292780
8 changed files with 0 additions and 8 deletions

View File

@@ -40,7 +40,6 @@ resources:
cpu: 15m
limits:
memory: 150Mi
cpu: 23m
healthCheck:
enabled: true