286e292780
PERF(resources): remove CPU limits - keep memory limits only
...
- CPU throttling prevents app startup, not crashes
- Memory OOM is the real cascading failure cause
- CPU request ensures fair scheduling
2026-01-07 23:48:28 +09:00
83fd149f58
FEAT(repo): add startupProbe for CPU-limited apps
...
- Add startupProbe to Helm chart template
- Configure 300s startup timeout (10s × 30 attempts)
- Set initialDelaySeconds to 0 for liveness/readiness
- Prevents pod restart loop during slow startup
2026-01-07 23:20:09 +09:00
8efe4bf338
PERF(repo): apply CPU/Memory limits based on VPA
...
- Set CPU request to VPA recommendation
- Set CPU limit to VPA × 1.5 for burst allowance
- Set Memory limit to VPA × 1.5 to prevent OOM
- Prevent cascading failure on node failure
2026-01-07 22:58: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
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