|
|
efdab39933
|
FIX(ci): fix SHA tag extraction
- Handle both full and short SHA formats
- Improve tag parsing logic
|
2025-11-24 21:10:42 +09:00 |
|
|
|
0740504a0a
|
FIX(app): fix SHA tag format
- Correct SHA tag generation
- Fix image tagging
|
2025-11-24 20:48:10 +09:00 |
|
|
|
960ba842ed
|
REFACTOR(app): change image write-back
- Switch to ArgoCD write-back method
- Update image update strategy
|
2025-11-24 17:14:23 +09:00 |
|
|
|
493ab973bb
|
FEAT(deploy): enable ArgoCD Image Updater
- Enable automatic image updates
- Configure ArgoCD Image Updater
|
2025-11-24 17:13:28 +09:00 |
|
|
|
b7c70879ee
|
CHORE(app): increase memory limits
- Increase memory limits
- Better utilize resourcequota
|
2025-11-24 15:28:26 +09:00 |
|
|
|
a2e4cf6ce2
|
FEAT(app): add resourcequota
- Add resourcequota
- Prevent memory overflow
|
2025-11-24 15:26:41 +09:00 |
|
|
|
599a1277c4
|
CHORE(app): reduce memory to 100Mi
- Memory limit: 200Mi -> 100Mi
- Memory request: 100Mi -> 50Mi
- Current usage is only ~42Mi, so 100Mi limit is sufficient
|
2025-11-24 14:09:27 +09:00 |
|
|
|
5584aaa2db
|
FEAT(test): add imagePullPolicy Always
- Ensure Kubernetes always pulls latest image
- Fixes auto-deployment issue with latest tag
- Pod will now update when new image is pushed to GHCR
|
2025-11-23 10:34:06 +09:00 |
|
|
|
fa8d65d6da
|
REFACTOR(app): migrate to argocd
- Add Kustomize base and prod overlay structure
- Optimize resources for 2GB RAM environment (100Mi/200Mi)
- Add ArgoCD Application manifest
- Remove old k8s manifests (replaced by Kustomize)
- Add comprehensive deployment guide
|
2025-11-23 10:18:21 +09:00 |
|
|
|
9032ec4f1b
|
REFACTOR(docker): remove unused public folder copy
- Remove unnecessary COPY command
- Clean up Dockerfile
|
2025-11-22 23:53:20 +09:00 |
|
|
|
b39f27cd61
|
FIX(docker): fix Dockerfile paths
- Support both local and CI builds
- Fix path references
|
2025-11-22 23:50:18 +09:00 |
|
|
|
22ad3c1e31
|
FIX(docker): fix Docker build context and paths
- Correct build context configuration
- Fix file path references
|
2025-11-22 23:48:43 +09:00 |
|
|
|
3c10907a97
|
INIT(app): initial commit
- Initialize project structure
- Add base configuration
|
2025-11-22 23:44:51 +09:00 |
|