https://github.com/tooljet/helm-charts
This repository contains helm charts for ToolJet.
https://github.com/tooljet/helm-charts
Last synced: 2 months ago
JSON representation
This repository contains helm charts for ToolJet.
- Host: GitHub
- URL: https://github.com/tooljet/helm-charts
- Owner: ToolJet
- License: mit
- Created: 2022-07-28T06:40:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T08:19:03.000Z (3 months ago)
- Last Synced: 2025-02-27T09:26:06.027Z (3 months ago)
- Language: Smarty
- Size: 89 MB
- Stars: 7
- Watchers: 5
- Forks: 18
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ToolJet Helm Chart
This repository contains helm charts for [ToolJet](https://github.com/ToolJet/ToolJet).\
Charts can be used to install ToolJet in a Kubernetes Cluster via [Helm v3](https://helm.sh).\
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.## Installation
### From Helm repo
```bash
helm repo add tooljet https://tooljet.github.io/helm-charts
helm install tooljet tooljet/tooljet
```### From the source
1) Clone the repo and `cd` into this directory \
2) Run `helm dependency update`\
3) Recommended but optional:\
Patch the values in `values.yaml` file (usernames & passwords, persistence, ...).
4) Run `helm install -n $NAMESPACE --create-namespace $RELEASE .`\
You need to replace these variables with your configuration values.## Questions? Feedback?
[Join our Slack](https://join.slack.com/t/tooljet/shared_invite/zt-r2neyfcw-KD1COL6t2kgVTlTtAV5rtg)