This repository contains helm charts for ToolJet.
Charts can be used to install ToolJet in a Kubernetes Cluster via Helm v3.
This setup comes with an included PostgreSQL server out of the box which is enabled by default. You can disable it and update values.yml
with a different PostgreSQL server to be used with.
helm repo add tooljet https://tooljet.github.io/helm-charts
helm install tooljet tooljet/tooljet
- 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.