09390ddb4e
FIX(ci): fix SHA tag extraction
...
- Handle both full and short SHA formats
- Improve tag parsing logic
2025-11-24 21:10:40 +09:00
703d14f2bb
REFACTOR(app): remove duplicated lighthouse
...
- Remove duplicate Lighthouse config
- Clean up configuration
2025-11-24 21:03:07 +09:00
70995df42d
FIX(app): fix SHA tag format
...
- Correct SHA tag generation
- Fix image tagging
2025-11-24 20:46:04 +09:00
ff2810710c
CHORE(test): specify skills
...
- Update skills section
- Add skill details
2025-11-24 20:17:57 +09:00
211635f786
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:41 +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
42486f42a6
PERF(app): optimize images (10x smaller)
...
- Optimize images for faster loading
- Reduce size from 10.8mb to 0.88mb
2025-11-24 15:39:53 +09:00
aff264c1b2
CHORE(app): increase memory limits
...
- Increase memory limits
- Better utilize resourcequota
2025-11-24 15:28:27 +09:00
d33f0e36fb
FEAT(app): add resourcequota
...
- Add resourcequota
- Prevent memory overflow
2025-11-24 15:26:42 +09:00
fb98ab0369
CHORE(ui): use static image imports
...
- Convert project images to static imports
- Improve performance
2025-11-24 15:22:27 +09:00
b1b5b8d210
CHORE(app): increase memory to 200Mi
...
- Memory limit: 100Mi -> 200Mi
- Memory request: 50Mi -> 100Mi
- Required for Next.js with sharp package
2025-11-24 14:40:58 +09:00
6c4ac9b1f0
CHORE(deps): update package-lock.json
...
- Regenerate package-lock.json with sharp ^0.33.5
- Fixes npm ci errors in GitHub Actions build
2025-11-24 14:34:32 +09:00
e6b0693256
FEAT(deps): add sharp for image opt
...
- Add sharp ^0.33.5 to dependencies
- Fixes image optimization errors in standalone build
- Required for Next.js Image component in production
2025-11-24 14:29:38 +09:00
585d2ced11
FIX(docker): copy public folder
...
- Add COPY command for public folder in Dockerfile
- Fixes 404 errors for static assets in production
- Next.js standalone mode requires manual public folder copy
2025-11-24 14:21:42 +09:00
48aedbac95
CHORE(app): reduce memory to 100Mi
...
- Memory limit: 200Mi -> 100Mi
- Memory request: 100Mi -> 50Mi
- Current usage is only ~36Mi, so 100Mi limit is sufficient
2025-11-24 14:09:34 +09:00
c177622c2d
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:17 +09:00
5253e7d035
FIX(config): fix image loading config
...
- Add images.unoptimized: true for standalone builds
- This ensures images load correctly with basePath
- Fixes public folder asset loading issues
2025-11-24 00:10:21 +09:00
c468aa2ca1
FEAT(config): add /portfolio basepath
...
- Set basePath to '/portfolio' for proper path-based routing
- Set assetPrefix to '/portfolio' for static asset loading
- This allows the app to work correctly under /portfolio path
2025-11-24 00:06:44 +09:00
913575ecc0
FIX(app): replace submodule with files
...
- Remove services/nextjs as git submodule
- Add complete Next.js application source code
- Include package.json and package-lock.json for npm cache
- This fixes the GitHub Actions cache error
2025-11-23 23:43:22 +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