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
+1 -1
View File
@@ -11,4 +11,4 @@ spec:
sources: sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main targetRevision: main
path: kustomizations/yolo-dl path: charts/yolo-dl
@@ -37,7 +37,7 @@ spec:
volumeMounts: volumeMounts:
- mountPath: /data - mountPath: /data
name: data name: data
workingDir: /data workingDir: /data/dl
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/dl rootPath: /archives
volumeHandle: pv-yolo-dl volumeHandle: pv-yolo-dl
persistentVolumeReclaimPolicy: Retain persistentVolumeReclaimPolicy: Retain
volumeMode: Filesystem volumeMode: Filesystem