aboutsummaryrefslogtreecommitdiff
path: root/pvc.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'pvc.yaml')
-rw-r--r--pvc.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/pvc.yaml b/pvc.yaml
new file mode 100644
index 0000000..40b1d78
--- /dev/null
+++ b/pvc.yaml
@@ -0,0 +1,14 @@
+apiVersion: v1
+kind: PersistentVolumeClaim
+metadata:
+ name: swr-asr-vol
+ labels:
+ app: swr-asr
+spec:
+ storageClassName: ocs-ssd
+ accessModes:
+ - ReadWriteOnce
+ resources:
+ requests:
+ # enough to download and unzip the dataset
+ storage: 82Gi