3 Commits

Author SHA1 Message Date
Vaibhav Pathak
162df60922 Fix sync wave ordering - dbinit wave 0, deployment wave 1
- dbinit Job: wave 0 (same as MySQL, wait-for-db handles timing)
- Deployment: wave 1 (starts after dbinit completes)
- Fixes: db init job starting before mysql pod
2026-01-05 17:44:58 +05:30
Vaibhav Pathak
7384bae7b1 Add ArgoCD sync wave annotations for dbinit ordering
- job-dbinit.yaml: Added argocd.argoproj.io/sync-wave: -1 to run before deployment
- deployment.yaml: Added argocd.argoproj.io/sync-wave: 0 to run after dbinit
- This ensures database schema is initialized before app starts
2026-01-05 17:24:56 +05:30
Vaibhav Pathak
36648be466 helm chart added 2026-01-05 11:55:00 +05:30