fix: fix yolo-dl volume mounts (take 3)
This commit is contained in:
@@ -37,7 +37,7 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /data
|
- mountPath: /data
|
||||||
name: data
|
name: data
|
||||||
workingDir: /data/dl
|
workingDir: /data
|
||||||
dnsPolicy: ClusterFirst
|
dnsPolicy: ClusterFirst
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
securityContext: {}
|
securityContext: {}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ spec:
|
|||||||
fsName: data
|
fsName: data
|
||||||
clusterID: rook-ceph
|
clusterID: rook-ceph
|
||||||
staticVolume: "true"
|
staticVolume: "true"
|
||||||
rootPath: /archives
|
rootPath: /ssd/dl
|
||||||
volumeHandle: pv-yolo-dl
|
volumeHandle: pv-yolo-dl
|
||||||
persistentVolumeReclaimPolicy: Retain
|
persistentVolumeReclaimPolicy: Retain
|
||||||
volumeMode: Filesystem
|
volumeMode: Filesystem
|
||||||
|
|||||||
Reference in New Issue
Block a user