2025-03-25 01:46:17 +01:00
2025-03-24 20:04:19 +01:00
2025-03-24 20:04:19 +01:00
2025-03-24 20:08:29 +01:00

🧠 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

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
Description
Chart for Typebot
Readme 53 KiB
Languages
Text 100%