ac66732ffc
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:26:42 +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
e34b91e285
CHORE(build): switch to kaniko builds
...
- Replace Docker build with Kaniko
- Enable secure rootless container builds
2025-12-20 14:02:23 +09:00
673921be5c
REFACTOR(auth): use gitearegistry secret
...
- Change to gitearegistry secret for authentication
- Update registry credentials
2025-12-20 13:04:10 +09:00
ce5894d2be
CHORE(app): switch to Gitea container registry
...
- Migrate from ghcr.io to Gitea registry
- Update image references
2025-12-20 12:29:16 +09:00
c877661fd2
REFACTOR(deploy): remove argocd yaml
...
- Remove ArgoCD application from kustomization
- Prevent duplicate resource management
2025-12-17 18:17:05 +09:00
7af520bc03
CHORE(app): eliminate GitHub references
...
- Remove GitHub-specific configurations
- Clean up unused references
2025-12-13 11:52:29 +09:00
31ecd1dda4
CHORE(merge): merge branch main into develop
...
- Sync develop with main branch
- Resolve merge conflicts
2025-12-12 00:48:47 +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
5c15e8eb13
REFACTOR(app): use native ARM64 runner
...
- Switch to native ARM64 runner
- Remove QEMU emulation overhead
2025-12-05 22:48:44 +09:00
d85430c421
REFACTOR(app): remove CPU limits
...
- Remove CPU limit configuration
- Improve container performance
2025-12-05 22:39:31 +09:00
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
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
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