-
-
Notifications
You must be signed in to change notification settings - Fork 24.1k
Community Helm chart available for Flowise on Kubernetes #6111
Copy link
Copy link
Open
Description
Feature Description
A community Helm chart for Flowise is available as part of HelmForge, an MIT-licensed Helm chart repository. I'd like to share it with the community.
The chart supports:
- Standalone mode — SQLite + local storage, single Deployment
- Queue mode — separate main/worker Deployments with Redis, PostgreSQL, and S3 (scalable architecture)
- PostgreSQL and MySQL subchart support or external database connections
- S3-compatible blob storage for queue mode
- Auto-generated JWT tokens for authentication
- Ingress support with TLS for the web UI
- CI validated with lint, template, helm-unittest, and kubeconform
This is a community chart, not affiliated with the Flowise project.
Problem Statement
Deploying Flowise on Kubernetes currently requires manual manifest creation. A Helm chart simplifies deployment, upgrades, and configuration management.
Proposed Solution
The chart is already published and available:
helm repo add helmforge https://repo.helmforge.dev
helm install flowise helmforge/flowise
# Or via OCI
helm install flowise oci://ghcr.io/helmforgedev/helm/flowise- Chart source: https://github.com/helmforgedev/charts/tree/main/charts/flowise
- ArtifactHub: https://artifacthub.io/packages/helm/helmforge/flowise
- Documentation: https://helmforge.dev/docs/charts/flowise
Additional Context
Would you be open to linking this chart in the Flowise documentation as a community deployment option?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels