6 Commits

Author SHA1 Message Date
Vaibhav Pathak
0a9cbaad46 Add ingress template to Hades Helm chart
Enable ingress resource creation via Helm values instead of
workflow-created manifests. Supports configurable host, className,
annotations, and TLS settings.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 13:02:20 +05:30
Vaibhav Pathak
94ba582e96 helm chart added 2026-01-06 10:46:18 +05:30
Vaibhav Pathak
1d5133d913 helm chart added 2026-01-06 10:29:18 +05:30
Vaibhav Pathak
df359d052c Restructure repo: move chart to hades/ and include MySQL subchart
- Moved helm/hades/* to hades/ to match ArgoCD path: hades
- Included mysql-1.6.9.tgz subchart for ArgoCD dependency resolution
- Fixed sync wave ordering: dbinit wave 0, deployment wave 1
2026-01-05 17:59:13 +05:30
Vaibhav Pathak
4af16bfecb Add helm chart contents (not as submodule) 2026-01-05 17:48:44 +05:30
Vaibhav Pathak
911f8d28a1 Fix sync wave ordering - dbinit wave 0, deployment wave 1
- Removed hook: Sync annotation from dbinit (was causing it to run before MySQL)
- 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:48:21 +05:30