Commit Graph

6 Commits

Author SHA1 Message Date
95beeded32 CHORE(app): update prod overlay replicas to 2
- Scale production to 2 replicas
- Improve availability
2025-12-03 13:25:18 +09:00
2628d722a5 CHORE(app): allocate extra CPU for throttling
- Increase CPU allocation
- Reduce container throttling
2025-12-01 17:15:05 +09:00
aff264c1b2 CHORE(app): increase memory limits
- Increase memory limits
- Better utilize resourcequota
2025-11-24 15:28:27 +09:00
b1b5b8d210 CHORE(app): increase memory to 200Mi
- Memory limit: 100Mi -> 200Mi
- Memory request: 50Mi -> 100Mi
- Required for Next.js with sharp package
2025-11-24 14:40:58 +09:00
48aedbac95 CHORE(app): reduce memory to 100Mi
- Memory limit: 200Mi -> 100Mi
- Memory request: 100Mi -> 50Mi
- Current usage is only ~36Mi, so 100Mi limit is sufficient
2025-11-24 14:09:34 +09:00
95584b666a INIT(deploy): portfolio project setup
Add complete portfolio project including:
- Next.js application in services/nextjs
- Docker configurations for dev and prod
- Kubernetes deployment manifests with kustomize
- ArgoCD application configuration
- GitHub Actions workflow for automated builds
2025-11-23 23:40:15 +09:00