# dify-helm **Repository Path**: lebronap/dify-helm ## Basic Information - **Project Name**: dify-helm - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-28 - **Last Updated**: 2025-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dify-helm [![Github All Releases](https://img.shields.io/github/downloads/borispolonsky/dify-helm/total.svg)]() [![Release Charts](https://github.com/BorisPolonsky/dify-helm/actions/workflows/release.yml/badge.svg)](https://github.com/BorisPolonsky/dify-helm/actions/workflows/release.yml) [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/dify-helm)](https://artifacthub.io/packages/search?repo=dify-helm) Deploy [langgenius/dify](https://github.com/langgenius/dify), an LLM based chat bot app on kubernetes with helm chart. ## Installation ``` helm repo add dify https://borispolonsky.github.io/dify-helm helm repo update helm install my-release dify/dify ``` ## Supported Component ### Components that could be deployed on kubernetes in current version - [x] core (`api`, `worker`, `sandbox`) - [x] ssrf_proxy - [x] proxy (via built-in `nginx` or `ingress`) - [x] redis - [x] postgresql - [x] persistent storage - [ ] object storage - [x] weaviate - [ ] qdrant - [ ] milvus ### External components that can be used by this app with proper configuration - [x] Redis - [x] PostgreSQL - Object Storage: - [x] Amazon S3 - [x] Microsoft Azure Blob Storage - [x] Alibaba Cloud OSS - [x] Google Cloud Storage - [x] Tencent Cloud COS - [x] Huawei Cloud OBS - External Vector DB: - [x] Weaviate - [x] Qdrant - [x] Milvus - [x] PGVector - [x] Tencent Vector DB - [x] MyScaleDB ## Contributors