We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef15f3 commit f8b3250Copy full SHA for f8b3250
deployment/helm/datamate/values.yaml
@@ -95,6 +95,24 @@ backend:
95
- name: operator-volume
96
mountPath: /operators
97
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
+
116
frontend:
117
service:
118
type: NodePort
0 commit comments