基于helm-dify 0.23.0 版本初始化
This commit is contained in:
+33
@@ -0,0 +1,33 @@
|
||||
apiVersion: v2
|
||||
name: dify
|
||||
description: 用于在 Kubernetes 环境部署 Dify 应用的 Helm chart 文件。官网:https://github.com/langgenius/dify
|
||||
type: application
|
||||
# 当前图表的版本,仅用于标识图表文件变更
|
||||
version: 0.1.0
|
||||
# 部署的主应用的版本;建议使用双引号包起来
|
||||
appVersion: "1.0.1"
|
||||
|
||||
# 指定依赖的模板库,存在即生效
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 1.0.0
|
||||
repository: https://registry.colovu.com/chart
|
||||
- name: postgresql
|
||||
version: 12.5.6
|
||||
condition: postgresql.enabled
|
||||
repository: https://registry.colovu.com/chart
|
||||
tags:
|
||||
- postgres
|
||||
- name: redis
|
||||
version: 16.13.2
|
||||
condition: redis.enabled
|
||||
repository: https://registry.colovu.com/chart
|
||||
tags:
|
||||
- redis
|
||||
- name: weaviate
|
||||
version: 16.1.0
|
||||
condition: weaviate.enabled
|
||||
repository: https://registry.colovu.com/chart
|
||||
tags:
|
||||
- vector
|
||||
- search
|
||||
Reference in New Issue
Block a user