You've already forked DataMate
bugfix: 修复deer-flow部署 (#124)
This commit is contained in:
@@ -35,6 +35,13 @@ spec:
|
||||
value: pipeline
|
||||
ports:
|
||||
- containerPort: 9001
|
||||
resources:
|
||||
limits:
|
||||
cpu: 16
|
||||
memory: 32Gi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 100Mi
|
||||
volumeMounts:
|
||||
- name: dataset-volume
|
||||
mountPath: /dataset
|
||||
@@ -43,13 +50,11 @@ spec:
|
||||
subPath: mineru
|
||||
volumes:
|
||||
- name: dataset-volume
|
||||
hostPath:
|
||||
path: /opt/datamate/data/dataset
|
||||
type: DirectoryOrCreate
|
||||
persistentVolumeClaim:
|
||||
claimName: datamate-dataset-pvc
|
||||
- name: log-volume
|
||||
hostPath:
|
||||
path: /opt/datamate/data/log
|
||||
type: DirectoryOrCreate
|
||||
persistentVolumeClaim:
|
||||
claimName: datamate-log-pvc
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
|
||||
Reference in New Issue
Block a user