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
cd
into this directory - Run
helm dependency update
- Recommended but optional:
Patch the values invalues.yaml
file (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
tooljet
pod and runnpm run db:seed
in the/app
folder. You can now login with userdev@tooljet.io
and passwordpassword
.