Commit Graph

6 Commits

Author SHA1 Message Date
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
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
argocd-image-updater
2da1bc0b47 build: automatic update of jovies
updates image mayne0213/jovies tag 'dummy' to 'sha256:b994d1e6704a2d69747ef3efdb9ba855038eee440e6e4a3940c78174ce91b4bc'
2026-01-07 09:09:10 +00: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