5 Commits

Author SHA1 Message Date
a62307a0ed PERF(web-apps): reduce default replicas to 1
- Change default replicaCount from 2 to 1
- Affects all apps using web-app chart
2026-01-10 13:15:56 +09:00
7b006ad1bb CHORE(resources): set memory limits equal to memory requests
- Align memory limits with memory requests for guaranteed QoS class
- jotion, jovies, portfolio, todo
- web-app chart default values
2026-01-10 01:21:13 +09:00
68cff44f24 CHORE(web-apps): disable ResourceQuota to resolve quota issues
- Add ResourceQuota template with enabled: false
- Remove existing ResourceQuota constraints
- Fix pod creation failures due to quota limits
2026-01-08 13:28:57 +09:00
4d67fb64f9 FEAT(web-apps): enable HA with replica 2 and soft anti-affinity
- Add replicaCount: 2 to all web applications
- Add soft pod anti-affinity for node distribution
- Update chart template to handle affinity correctly
- Configure affinity for todo, portfolio, jovies, jotion, joossam, joossam-dev, jaejadle, jaejadle-dev
2026-01-08 13:25:46 +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