Skip to content

Commit f8b3250

Browse files
authored
fix: k8s部署场景下,backend-python服务挂载需要存储 (ModelEngine-Group#144)
1 parent bef15f3 commit f8b3250

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

deployment/helm/datamate/values.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,24 @@ backend:
9595
- name: operator-volume
9696
mountPath: /operators
9797

98+
backend-python:
99+
env:
100+
- name: DB_PASSWORD
101+
value: *dbPass
102+
volumes:
103+
- *datasetVolume
104+
- *flowVolume
105+
- *logVolume
106+
volumeMounts:
107+
- name: dataset-volume
108+
mountPath: /dataset
109+
- name: flow-volume
110+
mountPath: /flow
111+
- name: log-volume
112+
mountPath: /var/log/datamate
113+
- name: operator-volume
114+
mountPath: /operators
115+
98116
frontend:
99117
service:
100118
type: NodePort

0 commit comments

Comments
 (0)