aboutsummaryrefslogtreecommitdiff
path: root/pvc.yaml
diff options
context:
space:
mode:
authorPherkel2023-11-23 19:34:06 +0100
committerPherkel2023-11-23 19:34:06 +0100
commitb49ec5adb9d3e065a222f66ef24a04d6e03c5bc7 (patch)
tree56e2d831e8cd36c813e163613c2e78958d11fa89 /pvc.yaml
parent9a90a72c52865b947c2f65a14442651977e79139 (diff)
kubernetes training on optocycle clusterHEADmain
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