Skip to content

Community Helm chart available for Flowise on Kubernetes #6111

@mberlofa

Description

@mberlofa

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

Additional Context

Would you be open to linking this chart in the Flowise documentation as a community deployment option?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions