Commit Graph

4 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
6a2cc5fe33 FEAT(config): add dev environment configuration
- Add development environment settings
- Configure dev-specific resources
2025-12-03 14:37:09 +09:00