fix: k8s部署场景下,backend-python服务挂载需要存储 (#144)

This commit is contained in:
hefanli
2025-12-09 19:09:51 +08:00
committed by GitHub
parent bef15f328d
commit f8b32506cf

View File

@@ -95,6 +95,24 @@ backend:
- name: operator-volume
mountPath: /operators
backend-python:
env:
- name: DB_PASSWORD
value: *dbPass
volumes:
- *datasetVolume
- *flowVolume
- *logVolume
volumeMounts:
- name: dataset-volume
mountPath: /dataset
- name: flow-volume
mountPath: /flow
- name: log-volume
mountPath: /var/log/datamate
- name: operator-volume
mountPath: /operators
frontend:
service:
type: NodePort