Browse Source

开发支持juicefs存储功能

dev-czh
chenzhihang 1 year ago
parent
commit
c02a0f0150
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      k8s/template-yaml/k8s-7management.yaml

+ 3
- 2
k8s/template-yaml/k8s-7management.yaml View File

@@ -26,10 +26,11 @@ spec:
volumeMounts:
- name: resource-volume
mountPath: /home/resource/
subPath: mini-model-platform-data
volumes:
- name: resource-volume
persistentVolumeClaim:
claimName: platform-data-pvc-nfs
hostPath:
path: /platform-data
---
apiVersion: v1
kind: Service


Loading…
Cancel
Save