Kubernetes with Helm
Groove Builder ships a Helm chart under deploy/helm/. Use it to install into a cluster with your own MongoDB, TLS, and ingress settings.
High-level steps
- Review
deploy/helm/values.yamland set image repository, domain, and secrets. - Configure
GROOVE_*/APPSMITH_*environment values for base URL, broker URL, and admin emails. - Install or upgrade with Helm following your cluster’s practices.
- Point DNS and TLS at the ingress.
Regenerate derived Helm docs when editing values:
helm schema ... -o values.schema.json
helm-docs --sort-values-order file