fix: fix yolo-dl volume mounts (take 3)

This commit is contained in:
Jonas Juselius
2024-06-20 12:41:29 +02:00
parent 0b50437b9b
commit 3eaf3d61fc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ spec:
volumeMounts:
- mountPath: /data
name: data
workingDir: /data/dl
workingDir: /data
dnsPolicy: ClusterFirst
restartPolicy: Always
securityContext: {}
+1 -1
View File
@@ -16,7 +16,7 @@ spec:
fsName: data
clusterID: rook-ceph
staticVolume: "true"
rootPath: /archives
rootPath: /ssd/dl
volumeHandle: pv-yolo-dl
persistentVolumeReclaimPolicy: Retain
volumeMode: Filesystem