|
|
79b73cb0bd
|
REFACTOR(k8s): remove k8s scripts
- Delete k8s-deploy.sh (ArgoCD handles deployment)
- Delete k8s-cleanup.sh (kubectl delete app handles cleanup)
- Keep docker-build.sh and docker-cleanup.sh for local development
|
2025-11-23 10:24:32 +09:00 |
|
|
|
28f0d30cdb
|
REFACTOR(ci): remove deploy workflow
- Remove deploy workflow
- ArgoCD handles deployment
|
2025-11-23 10:19:18 +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 |
|
|
|
b60c38eac0
|
FIX(docker): fix Docker image name to lowercase
- Convert image name to lowercase
- Fix registry compatibility
|
2025-11-23 00:36:45 +09:00 |
|
|
|
bbafbfb6c5
|
CHORE(config): hardcode namespace
- Use hardcoded namespace values
- Simplify configuration
|
2025-11-23 00:04:58 +09:00 |
|
|
|
c6dab3169e
|
CHORE(deploy): simplify deployment using kubectl
- Use kubectl directly for deployment
- Remove unnecessary abstractions
|
2025-11-23 00:01:24 +09:00 |
|
|
|
045d2d4568
|
FEAT(app): add --yes flag for skip
- Add non-interactive mode for CI
- Skip confirmation dialogs
|
2025-11-22 23:58:18 +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 |
|
|
|
535c2781fc
|
FEAT(docs): add README
- Add project documentation
- Include setup instructions
|
2025-11-22 23:47:24 +09:00 |
|
|
|
3c10907a97
|
INIT(app): initial commit
- Initialize project structure
- Add base configuration
|
2025-11-22 23:44:51 +09:00 |
|