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
ba4b619832
CHORE(merge): merge develop into main
...
- Apply ARM64 optimization from develop
- Sync with development branch
2025-12-04 22:06:39 +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
7efc5eae6e
CHORE(ci): add develop branch support for CI/CD
...
- Enable CI/CD for develop branch
- Add branch-specific workflows
2025-12-03 15:12:01 +09:00
014a68494d
CHORE(app): add images to kustomization
...
- Add images configuration for ArgoCD
- Enable image updates via GitOps
2025-12-03 15:07:34 +09:00
cc9eef0737
CHORE(ci): update CI/CD to support develop branch
...
- Add develop branch to CI triggers
- Enable multi-branch deployments
2025-12-03 15:00:50 +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
0831e3e288
CHORE(app): increase ResourceQuota to 3x
...
- Increase resource quota for scaling
- Prepare for future growth
2025-12-03 13:29:55 +09:00
ae3ecfc8eb
CHORE(app): update prod overlay replicas to 2
...
- Scale production to 2 replicas
- Improve availability
2025-12-03 13:25:20 +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
88bb85d18f
FEAT(docker): add ARM64 build support
...
- Add ARM64 support
- For Oracle Cloud deployment
2025-12-03 02:15:16 +09:00
7a21e7a50b
CHORE(app): increase ResourceQuota
...
- Increase quota for cert-manager solver
- Enable TLS certificate provisioning
2025-11-29 11:08:57 +09:00
23ca477aea
FIX(docker): fix docker/metadata-action prefix
...
- Match prefix with extraction logic
- Fix image tag generation
2025-11-24 21:35:02 +09:00
12f5d80a2d
REFACTOR(docker): use full SHA tag
...
- Use full SHA for image tags
- Match docker/metadata-action format
2025-11-24 21:18:44 +09:00
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
cf0b703710
CHORE(ci): commit image tag to git
...
- Extract SHA-based image tag after build
- Update kustomization.yaml with new image tag
- Commit and push changes to Git
- ArgoCD will detect Git changes and deploy automatically
- This replaces ArgoCD Image Updater to prevent pollution issues
2025-11-24 19:59:33 +09:00
2592580901
REFACTOR(app): update About Us page
...
- Update About Us content
- Refresh page design
2025-11-24 18:18:03 +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
680e443e9d
CHORE(ui): modify About Us page
...
- Update page content
- Refresh UI design
2025-11-24 15:46:25 +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
7768d40f90
REFACTOR(deploy): remove basepath config
...
- Comment out basePath and assetPrefix settings
- Apps will now work at root path (/) without path prefix
- Prepares for NodePort-based deployment strategy
2025-11-24 00:24:18 +09:00
c5de8f3242
FEAT(config): add basepath for /jovies
...
- Set basePath to '/jovies' for proper path-based routing
- Set assetPrefix to '/jovies' for static asset loading
- This allows the app to work correctly under /jovies path
2025-11-24 00:07:03 +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
490e1f6d54
FEAT(app): add About Us page
...
- Add new About Us page
- Include team information
2025-11-23 10:25:15 +09:00
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