You've already forked DataMate
fix: k8s部署场景下,backend-python服务挂载需要存储 (#144)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user