Typebot-chart/README.md
2025-03-24 20:08:29 +01:00

33 lines
771 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 🧠 Typebot Helm Chart
This Helm Chart deploys a **self-hosted Typebot** instance on Kubernetes with:
- **PostgreSQL** as the main database
- **Redis** for rate limiting and media processing (WhatsApp)
- **MinIO** (S3-compatible) for file storage
- **Traefik** as the Ingress controller
- All core components of Typebot (builder, viewer, backend)
---
## 🛠️ Requirements
- Helm 3.x
- A working Kubernetes cluster (with persistent storage support)
- A domain name with DNS configured
- Traefik installed as your Ingress controller
---
## 🚀 Installation
```bash
git clone https://github.com/your-org/typebot-helm.git
cd typebot-helm
# Customize values.yaml
vim values.yaml
# Install the chart
helm install typebot . -n typebot --create-namespace
```