Add volume and volumeMount to Chart

This commit is contained in:
wbsong111
2025-08-19 12:15:12 +09:00
parent a2b0682aaf
commit 57646ec035
2 changed files with 33 additions and 0 deletions
+6
View File
@@ -53,6 +53,9 @@ spec:
subPath: llm_factories.json
name: service-conf-volume
{{- end }}
{{- with .Values.ragflow.volumeMounts }}
{{- toYaml . | nindent 10 }}
{{- end }}
envFrom:
- secretRef:
name: {{ include "ragflow.fullname" . }}-env-config
@@ -67,6 +70,9 @@ spec:
- name: service-conf-volume
configMap:
name: ragflow-service-config
{{- with .Values.ragflow.volumes }}
{{- toYaml . | nindent 8 }}
{{- end }}
---
apiVersion: v1
kind: Service