This chart can be used to install ToolJet in a Kubernetes Cluster via Helm v3.
This setup is very rudimentary and comes with an included PostgreSQL server out of the box.
To install, follow these steps:
- Clone the repo and
cdinto this directory - Run
helm dependency update - Recommended but optional:
Patch the values invalues.yamlfile (usernames & passwords, persistence, ...). - Run
helm install -n $NAMESPACE --create-namespace $RELEASE .
You need to replace these variables with your configuration values. - The database won't be seeded yet. For that, shell into the
tooljetpod and runnpm run db:seedin the/appfolder. You can now login with userdev@tooljet.ioand passwordpassword.