fix: move manifests to charts/yolo-dl and fix volume mounts

This commit is contained in:
Jonas Juselius
2024-06-20 12:14:16 +02:00
parent 2112d3decc
commit 0b50437b9b
4 changed files with 3 additions and 3 deletions
+22
View File
@@ -0,0 +1,22 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: pv-yolo-dl
spec:
accessModes:
- ReadWriteMany
capacity:
storage: 1Gi
csi:
driver: rook-ceph.cephfs.csi.ceph.com
nodeStageSecretRef:
name: rook-csi-cephfs-node
namespace: rook-ceph
volumeAttributes:
fsName: data
clusterID: rook-ceph
staticVolume: "true"
rootPath: /archives
volumeHandle: pv-yolo-dl
persistentVolumeReclaimPolicy: Retain
volumeMode: Filesystem