Commit Graph

13 Commits

Author SHA1 Message Date
6bb7650f1c FIX(jovies): use digest strategy for Image Updater
- Remove platforms annotation (single manifest, not multi-arch index)
- Change update-strategy from latest to digest
- Remove force-update (not needed with digest strategy)
- Fixes 'ignoring OCI manifest' issue in Image Updater
2026-01-07 15:36:07 +09:00
85cc03881c FIX(jovies): change to latest strategy with force-update
- Change from digest to latest update strategy
- Add platforms annotation for ARM64
- Add force-update to trigger deployment on image push
2026-01-07 15:06:25 +09:00
ec21ac5a7d FIX(jovies): add helm parameter annotations for Image Updater
- Add write-back-method: argocd for multi-source Helm support
- Add helm.image-name and helm.image-tag parameter mappings
- Fixes @dummy digest issue in Image Updater
2026-01-07 15:01:54 +09:00
028536bfca FEAT(jovies): migrate to Zot registry with Image Updater
- Switch registry from ghcr.io to zot0213.kro.kr
- Add ArgoCD Image Updater annotations for auto-deploy
- Add zot-registry: enabled label for ClusterExternalSecret
- Use :main tag for digest-based updates
2026-01-07 14:28:24 +09:00
f070da41d2 REFACTOR(todo): flatten Vault paths to root level
- todo/prod → todo
2026-01-06 16:59:48 +09:00
128ab8cdb7 REFACTOR(repo): migrate to Helm chart structure
- Add web-app Helm chart in charts/web-app/
- Replace individual deployment/service/ingress YAML with helm-values
- Update ArgoCD applications to use Helm chart with values files
- Reduces per-app files from 6 to 2 (argocd.yaml + helm-values.yaml)

Apps migrated: jaejadle, jaejadle-dev, joossam, joossam-dev,
jotion, jovies, portfolio, todo
2026-01-06 01:04:43 +09:00
5e0b33d44f REFACTOR(authelia): remove jaejadle middleware
- Remove Authelia SSO middleware from ingress
- Apps handle authentication internally
2026-01-05 23:37:43 +09:00
a4c5bbe70c FIX(jaejadle): change health check path to /
- jaejadle has no /api/health endpoint
- Use root path for liveness/readiness probes
2026-01-05 16:06:43 +09:00
23bb95c32f FEAT(repo): add jaejadle and joossam applications
- jaejadle: Next.js app at jaejadle.kro.kr (prod)
- jaejadle-dev: dev environment at dev.jaejadle.kro.kr
- joossam: FastAPI app at joossameng.kro.kr (prod)
- joossam-dev: dev environment at dev.joossameng.kro.kr
- All apps use Authelia SSO
- jaejadle uses ExternalSecrets for DB and AWS credentials
2026-01-05 15:45:08 +09:00
db6347ff52 FIX(jotion): add imagePullSecret for private image
- Configure imagePullSecret for ghcr.io private registry
- Enable pulling private container images
2026-01-05 03:07:10 +09:00
9e8d538ab1 FEAT(jotion): add jotion application
- Add ArgoCD Application definition
- Add deployment, service, ingress, external-secret
- Domain: jotion0213.kro.kr
- Vault secret path: secret/jotion
2026-01-05 02:32:18 +09:00
f7afc55588 FEAT(argocd): add App of Apps application.yaml
- Add root Application for managing all web-apps
2026-01-05 01:57:05 +09:00
ebeb9945db INIT(repo): add jovies, portfolio, todo apps
- Add ArgoCD Application definitions for each app
- Add Kubernetes Deployment, Service, Ingress for each app
- Add ExternalSecret for todo (Vault integration)
- Configure Traefik ingress with Let's Encrypt TLS

Domains:
- jovies.kro.kr
- minjo0213.kro.kr
- todo0213.kro.kr
2026-01-05 01:55:49 +09:00