Develop deer flow (#85)

* fix: deer-flow支持从datamate获取搜索引擎
This commit is contained in:
hhhhsc701
2025-11-14 17:36:55 +08:00
committed by GitHub
parent df853a5177
commit d9e163c163
4 changed files with 21 additions and 6 deletions

View File

@@ -24,10 +24,16 @@ backend:
- name: deer-flow-conf
secret:
secretName: deer-flow-conf
- name: log-volume
persistentVolumeClaim:
claimName: datamate-log-pvc
volumeMounts:
- name: deer-flow-conf
mountPath: /app/conf.yaml
subPath: conf.yaml
- name: log-volume
mountPath: /var/log/deer-flow
subPath: deer-flow
frontend:
envFrom: