feat: make yolo-dl (semi) helm-chart

This commit is contained in:
2025-06-24 11:10:34 +02:00
parent b730d556aa
commit 0cfb1bdef8
5 changed files with 48 additions and 0 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: /hdd/dl
volumeHandle: pv-yolo-dl
persistentVolumeReclaimPolicy: Retain
volumeMode: Filesystem