# HG changeset patch # User drewp@bigasterisk.com # Date 1711235487 25200 # Node ID 32916c1803d2f95206f122957173ed993fb79367 # Parent 1e058bea3ac2a639490147ece7b50c89982e4dd6 move video storage diff -r 1e058bea3ac2 -r 32916c1803d2 volumes.yaml --- 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 } }