mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
|
|
||
|---|---|---|
| .. | ||
| templates/tooljet | ||
| .gitignore | ||
| Chart.lock | ||
| Chart.yaml | ||
| README.md | ||
| values.yaml | ||
Helm installation
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.
Installation
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.