feature: 对接deer-flow (#54)

feature: 对接deer-flow
This commit is contained in:
hhhhsc701
2025-11-04 20:30:40 +08:00
committed by GitHub
parent dc30b0d892
commit f3958f08d9
710 changed files with 112812 additions and 52 deletions

View File

@@ -0,0 +1,34 @@
# Default values for deer-flow.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
global:
image:
repository: ""
pullPolicy: "IfNotPresent"
backend:
name: "deer-flow-backend"
tag: "latest"
frontend:
name: "deer-flow-frontend"
tag: "latest"
envFrom: &envFrom
secretRef:
name: deer-flow-env
backend:
envFrom:
- *envFrom
volumes:
- name: deer-flow-conf
secret:
secretName: deer-flow-conf
volumeMounts:
- name: deer-flow-conf
mountPath: /app/conf.yaml
subPath: conf.yaml
frontend:
envFrom:
- *envFrom