PERF(web-apps): remove CPU limits for stability

- Remove CPU limits from all web-apps
- Prevents CPU throttling issues
This commit is contained in:
2026-01-12 02:36:05 +09:00
parent dff2f41032
commit 1da3a8aaf3
7 changed files with 7 additions and 14 deletions

View File

@@ -34,13 +34,12 @@ ingress:
hosts:
- dev.jaejadle.kro.kr
# Resource settings (VPA lowerBound/target)
# Resource settings (no CPU limit for stability)
resources:
requests:
cpu: 15m
memory: 100Mi
limits:
cpu: 15m
memory: 100Mi
healthCheck: