Commit Graph

5 Commits

Author SHA1 Message Date
f4cfd5b594 REFACTOR(app): remove CPU limits
- Remove CPU limit configuration
- Improve container performance
2025-12-05 22:39:17 +09:00
fd64506d77 CHORE(app): reduce resource limits
- CPU limit: 300m → 50m (prod), 210m → 30m (dev)
- Memory limit: 230Mi → 120Mi (prod), 161Mi → 100Mi (dev)
- ResourceQuota adjusted accordingly

Actual usage: ~3m CPU, ~71Mi memory
2025-12-05 22:14:10 +09:00
86ee3fa28b CHORE(app): increase CPU limits
- Increase CPU limits
- Reduce throttling
2025-12-05 01:43:15 +09:00
fdfe0834c7 CHORE(app): update prod overlay replicas to 2
- Scale production to 2 replicas
- Improve availability
2025-12-03 13:25:14 +09:00
8b195378a5 CHORE(app): initial configuration
- Add initial app settings
- Configure base deployment
2025-11-24 22:09:18 +09:00