Skip to main content

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

  1. Review deploy/helm/values.yaml and set image repository, domain, and secrets.
  2. Configure GROOVE_* / APPSMITH_* environment values for base URL, broker URL, and admin emails.
  3. Install or upgrade with Helm following your cluster’s practices.
  4. 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