Commit Graph

13 Commits

Author SHA1 Message Date
c877661fd2 REFACTOR(deploy): remove argocd yaml
- Remove ArgoCD application from kustomization
- Prevent duplicate resource management
2025-12-17 18:17:05 +09:00
7af520bc03 CHORE(app): eliminate GitHub references
- Remove GitHub-specific configurations
- Clean up unused references
2025-12-13 11:52:29 +09:00
31ecd1dda4 CHORE(merge): merge branch main into develop
- Sync develop with main branch
- Resolve merge conflicts
2025-12-12 00:48:47 +09:00
2cd0f180c6 REFACTOR(app): change replica count
- Update deployment replicas
- Adjust scaling configuration
2025-12-09 03:36:58 +09:00
48de6bad29 REFACTOR(app): remove CPU limit
- Remove CPU limits from deployment
- Prevent container throttling
2025-12-05 23:10:08 +09:00
5c15e8eb13 REFACTOR(app): use native ARM64 runner
- Switch to native ARM64 runner
- Remove QEMU emulation overhead
2025-12-05 22:48:44 +09:00
d85430c421 REFACTOR(app): remove CPU limits
- Remove CPU limit configuration
- Improve container performance
2025-12-05 22:39:31 +09:00
92252484ac CHORE(app): reduce resource limits
- CPU limit: 300m → 50m (prod), 210m → 30m (dev)
- Memory limit: 120Mi → 100Mi (prod), 84Mi → 100Mi (dev)
- ResourceQuota adjusted accordingly

Actual usage: ~1m CPU, ~56Mi memory
2025-12-05 22:14:09 +09:00
90cd08c032 CHORE(app): increase CPU limits
- Increase CPU limits
- Reduce throttling
2025-12-05 01:43:13 +09:00
8037c0a241 PERF(docker): optimize for arm64 only
- Optimize for arm64 only
- Remove multi-platform build
2025-12-04 22:06:20 +09:00
1b7dcf110d CHORE(app): add images to kustomization
- Add images section for CD pipeline
- Enable image tag updates
2025-12-03 15:27:29 +09:00
ad867df573 REFACTOR(app): remove hardcoded image tag
- Remove static image tag
- Enable dynamic image updates
2025-12-03 14:42:47 +09:00
30c890b17c FEAT(config): add dev environment
- Add development environment configuration
- Set resources to 70% of production
2025-12-03 14:24:18 +09:00