Commit Graph

9 Commits

Author SHA1 Message Date
f9a585cfe5 FIX(deploy): base deployment image url to ghcr.io
- Change github.com/Mayne0213/jovies to ghcr.io/mayne0213/jovies
- Ensures kustomize image replacement works correctly
2025-12-30 01:30:19 +09:00
67fa839f46 REFACTOR(ci): migrate repoURL from Gitea to GitHub
- Update repository URL to GitHub
- Change source control provider
2025-12-29 20:38:23 +09:00
8ff104fa09 FIX(app): fix image path mayne0213 to bluemayne
- Change image path to match Gitea repository name
- Fix container registry reference
2025-12-20 14:02:23 +09:00
7b6f2465c4 REFACTOR(app): switch to gitea registry
- Migrate container registry to Gitea
- Update image references
2025-12-20 14:02:23 +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
aa59dfa97c CHORE(deploy): scale deployment to 2 replicas
- Increase replica count for HA
- Improve service reliability
2025-12-03 13:17:06 +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