Helm Charts Reference
The cluster is composed of 20 Helm charts located in infra/kube-cluster/charts/. Each chart directory follows the same file layout:
| File | Purpose |
|---|---|
helmfile.yaml.gotmpl | Helmfile release definition (templated) |
values.moh.yaml | Base values shared across environments |
values.moh.prod.yaml | Production overrides |
values.moh.prod.cm.yaml | Production ConfigMap values (optional, where present) |
Analytics
| Chart | Purpose |
|---|---|
dbt | dbt Cloud job runner — triggered by Prefect workflows |
prefect | Prefect server and workers for workflow orchestration |
spark | Apache Spark cluster and Livy REST API server |
jupyter-hub | JupyterHub for interactive data exploration |
superset | Apache Superset BI platform |
Last updated on