Mercurial > code > home > repos > video
changeset 29:32916c1803d2
move video storage
author | drewp@bigasterisk.com |
---|---|
date | Sat, 23 Mar 2024 16:11:27 -0700 |
parents | 1e058bea3ac2 |
children | 1fa90a903621 |
files | volumes.yaml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/volumes.yaml Sat Mar 23 16:11:10 2024 -0700 +++ b/volumes.yaml Sat Mar 23 16:11:27 2024 -0700 @@ -6,7 +6,7 @@ spec: storageClassName: manual # host = ditto - hostPath: { path: "/opt/video" } + hostPath: { path: "/d2/video" } capacity: { storage: 50Gi } accessModes: [ReadWriteOnce] persistentVolumeReclaimPolicy: Retain @@ -23,4 +23,4 @@ storageClassName: "" volumeName: "video-data" accessModes: [ReadWriteOnce] - resources: { requests: { storage: 50Gi } } \ No newline at end of file + resources: { requests: { storage: 50Gi } }