232d0d8762
REFACTOR(repo): simplify project structure
...
Build Docker Image / build-and-push (push) Has been cancelled
CI / lint-and-build (push) Has been cancelled
- Move services/nextjs/ to nextjs/
- Move Dockerfile.prod to Dockerfile at root
- Remove deploy/ folder (K8s manifests moved to K3S-HOME/web-apps)
- Remove .gitea/ workflows
- Update GitHub Actions for new structure
- Remove develop branch triggers
2026-01-05 02:02:29 +09:00
39dfb89e57
CHORE(app): reduce replicas to 1
...
- Scale down deployment replicas
- Optimize resource usage
2025-12-30 20:09:01 +09:00
bc3f0db927
REFACTOR(auth): use CR_PAT for ghcr.io
...
- Use CR_PAT instead of GITHUB_TOKEN for registry login
- Fix authentication for private container registry
2025-12-30 02:35:03 +09:00
4ac55bdc64
FIX(deploy): fix base deployment image to ghcr.io
...
- Update image reference to ghcr.io
- Fix container registry path
2025-12-30 02:32:17 +09:00
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
49b2bcc5e6
CHORE(app): switch ingress to Traefik
...
- Change ingress controller to Traefik
- Update ingress annotations
2025-12-30 00:46:57 +09:00
94bb5c7eec
PERF(app): optimize CPU from metrics
...
- portfolio prod: 50m → 20m (actual: 12m)
2025-12-26 11:47:18 +09:00
b03db1a5b8
FEAT(app): add per-application ingress management
...
- Added ingress.yaml for production and development environments
- Updated kustomization files to include ingress resources
- Migrated from centralized ingress management to per-app architecture
2025-12-25 20:23:21 +09:00
439181b131
CHORE(merge): merge branch develop
...
- Sync main with develop branch
- Apply development changes
2025-12-20 14:02:20 +09:00
77e573be31
FIX(app): fix image path mayne0213 to bluemayne
...
- Change image path to match Gitea repository name
- Fix container registry reference
2025-12-20 13:56:25 +09:00
4a75453fcf
REFACTOR(app): switch to gitea registry
...
- Migrate container registry to Gitea
- Update image references
2025-12-20 13:46:39 +09:00
9a24fc021c
FIX(auth): use gitearegistry secret
...
- Use gitearegistry secret for authentication
- Fix registry credentials
2025-12-20 13:19:06 +09:00
6f9e65a2f4
CHORE(merge): merge develop to main
...
- Switch to Gitea container registry
- Merge registry migration changes
2025-12-20 13:04:40 +09:00
a229bfca96
REFACTOR(auth): use gitearegistry secret
...
- Change to gitearegistry secret for authentication
- Update registry credentials
2025-12-20 13:04:14 +09:00
250d5b4d43
FIX(ci): fix gitea registry login
...
- Use github.token for Gitea registry authentication
- Fix CI authentication
2025-12-20 12:39:34 +09:00
b4e9f2183f
CHORE(app): switch to Gitea container registry
...
- Migrate from ghcr.io to Gitea registry
- Update image references
2025-12-20 12:30:50 +09:00
44948aac97
CHORE(app): refresh hooks
...
- Trigger CI/CD pipeline
- Refresh deployment hooks
2025-12-18 17:34:44 +09:00
d472b016e9
CHORE(app): refresh hooks
...
- Trigger CI/CD pipeline
- Refresh deployment hooks
2025-12-18 17:34:42 +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
6ab6cc0c33
CHORE(merge): merge main branch changes
...
- Update application path to deploy/argocd
- Sync with main branch
2025-12-17 18:34:19 +09:00
bd7c259561
CHORE(deploy): update argocd path
...
- Move ArgoCD application to deploy/argocd
- Update path references
2025-12-17 18:33:10 +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
74a432ca64
REFACTOR(deploy): move argocd manifests
...
- Reorganize ArgoCD application structure
- Move manifests to deploy/argocd folder
2025-12-17 18:26:24 +09:00
78c9fc8336
REFACTOR(deploy): remove argocd yaml
...
- Remove ArgoCD application from kustomization
- Prevent duplicate resource management
2025-12-17 18:17:06 +09:00
fe24970f3b
REFACTOR(deploy): remove argocd yaml
...
- Remove ArgoCD application from kustomization
- Prevent duplicate resource management
2025-12-17 18:14:38 +09:00
658e3e0127
FEAT(app): add self-managing application resources
...
- Add ArgoCD Application manifest
- Enable GitOps self-management
2025-12-17 18:02:03 +09:00
f082f1698b
FEAT(app): add self-managing application resources
...
- Add ArgoCD Application manifest
- Enable GitOps self-management
2025-12-17 18:02:03 +09:00
7cd7680566
CHORE(merge): merge self-managing resources
...
- Merge ArgoCD self-management from main
- Sync with main branch
2025-12-17 18:01:50 +09:00
b64f07e75f
CHORE(ci): eliminate GitHub references
...
- Remove GitHub-specific configurations
- Clean up unused references
2025-12-13 11:53:32 +09:00
7801812de0
FEAT(app): add Gitea registry configuration
...
- Add Gitea container registry
- Configure registry credentials
2025-12-12 00:19:26 +09:00
ddc3c6e985
CHORE(docker): use standard docker build
...
- Use standard docker build for DinD compatibility
- Simplify build process
2025-12-11 23:05:52 +09:00
614c3e0727
FIX(ci): fix Gitea Actions context variables
...
- Use github.* instead of gitea.* context
- Fix workflow variable references
2025-12-11 23:00:02 +09:00
3a0a869717
CHORE(merge): merge branch main into develop
...
- Sync develop with main branch
- Resolve merge conflicts
2025-12-11 20:08:55 +09:00
53ead916eb
FEAT(ci): migrate to gitea actions
...
- Migrate workflows to Gitea Actions
- Configure container registry push
2025-12-11 20:08:37 +09:00
aafa7e04ed
FEAT(ci): migrate to gitea actions
...
- Migrate workflows to Gitea Actions
- Configure container registry push
2025-12-11 20:03:10 +09:00
e13be7c6e0
CHORE(merge): merge branch develop
...
- Sync main with develop branch
- Apply development changes
2025-12-09 22:13:39 +09:00
b12e11cb18
REFACTOR(app): change application icon
...
- Update app icon
- Refresh branding
2025-12-09 22:13:28 +09:00
677ae25ba0
CHORE(merge): merge branch develop
...
- Sync main with develop branch
- Apply development changes
2025-12-09 03:52:19 +09:00
ed39dfbbff
REFACTOR(app): remove ArgoCD integration
...
- Remove ArgoCD env vars (ARGOCD_SERVER_URL, ARGOCD_TOKEN, ARGOCD_CA_CERT)
- Delete SealedSecret files (dev/prod)
- Remove SealedSecret references from Kustomization
- App no longer calls ArgoCD API, settings not needed
2025-12-09 03:51:25 +09:00
8b05e5201e
FIX(test): move SealedSecret to overlays
...
- Remove sealed-argocd-token.yaml from base
- Add overlays/dev/sealed-argocd-token.yaml (namespace: portfolio-dev)
- Add overlays/prod/sealed-argocd-token.yaml (namespace: portfolio)
- Add SealedSecret references to each overlay kustomization.yaml
- SealedSecret includes namespace during encryption, needs per-env management
2025-12-09 03:45:31 +09:00
ee125bb46b
CHORE(merge): merge branch develop
...
- Sync main with develop branch
- Apply development changes
2025-12-09 03:38:12 +09:00
040a27ecc5
REFACTOR(app): change number of replicas
...
- Update deployment replica count
- Adjust scaling configuration
2025-12-09 03:37:57 +09:00
5e67591d84
FEAT(app): add Sealed Secrets support
...
- Enable secure secret management
- Add SealedSecret configuration
2025-12-06 10:52:14 +09:00
0979b85cfa
CHORE(merge): merge branch develop
...
- Sync main with develop branch
- Apply development changes
2025-12-05 23:11:32 +09:00
02e7b54020
REFACTOR(app): remove CPU limit
...
- Remove CPU limits from deployment
- Prevent container throttling
2025-12-05 23:09:27 +09:00
2f03604659
CHORE(merge): merge develop branch
...
- Apply ARM64 native runner changes
- Remove QEMU emulation
2025-12-05 22:49:06 +09:00
fed2109cc6
REFACTOR(app): use native ARM64 runner
...
- Switch to native ARM64 runner
- Remove QEMU emulation overhead
2025-12-05 22:48:45 +09:00
30380cf945
CHORE(merge): merge develop branch
...
- Apply CPU limit removal
- Sync with development changes
2025-12-05 22:41:19 +09:00
8ae51e49b4
REFACTOR(app): remove CPU limits
...
- Remove CPU limit configuration
- Improve container performance
2025-12-05 22:39:29 +09:00