diff options
author | Pherkel | 2023-11-23 19:34:06 +0100 |
---|---|---|
committer | Pherkel | 2023-11-23 19:34:06 +0100 |
commit | b49ec5adb9d3e065a222f66ef24a04d6e03c5bc7 (patch) | |
tree | 56e2d831e8cd36c813e163613c2e78958d11fa89 /pvc.yaml | |
parent | 9a90a72c52865b947c2f65a14442651977e79139 (diff) |
Diffstat (limited to 'pvc.yaml')
-rw-r--r-- | pvc.yaml | 14 |
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 |