fix: move manifests to charts/yolo-dl and fix volume mounts
This commit is contained in:
@@ -11,4 +11,4 @@ spec:
|
||||
sources:
|
||||
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
||||
targetRevision: main
|
||||
path: kustomizations/yolo-dl
|
||||
path: charts/yolo-dl
|
||||
|
||||
@@ -37,7 +37,7 @@ spec:
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
name: data
|
||||
workingDir: /data
|
||||
workingDir: /data/dl
|
||||
dnsPolicy: ClusterFirst
|
||||
restartPolicy: Always
|
||||
securityContext: {}
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
fsName: data
|
||||
clusterID: rook-ceph
|
||||
staticVolume: "true"
|
||||
rootPath: /archives/dl
|
||||
rootPath: /archives
|
||||
volumeHandle: pv-yolo-dl
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
volumeMode: Filesystem
|
||||
Reference in New Issue
Block a user