Commit Graph

8 Commits

Author SHA1 Message Date
82859371ec CHORE(ci): update repoURL from Gitea to GitHub
- Update repository URL to GitHub
- Change source control provider
2025-12-30 01:17:04 +09:00
0db626cc1c FEAT(deploy): add prod argocd app
- Add ArgoCD Application for production environment
- Enable prod deployment management
2025-12-17 20:28:09 +09:00
8c24f02ee0 CHORE(deploy): update argocd path
- Move ArgoCD application to deploy/argocd
- Update path references
2025-12-17 18:37:58 +09:00
399abd0c00 REFACTOR(deploy): move argocd manifests
- Reorganize ArgoCD application structure
- Move manifests to deploy/argocd folder
2025-12-17 18:27:23 +09:00
b64f07e75f CHORE(ci): eliminate GitHub references
- Remove GitHub-specific configurations
- Clean up unused references
2025-12-13 11:53:32 +09:00
559ba3f2c1 REFACTOR(app): change image write-back
- Switch to ArgoCD write-back method
- Update image update strategy
2025-11-24 17:14:29 +09:00
d30cd2e813 FEAT(deploy): enable ArgoCD Image Updater
- Enable automatic image updates
- Configure ArgoCD Image Updater
2025-11-24 17:13:29 +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