summaryrefslogtreecommitdiffstats
path: root/docs/samples/remote_storage/lsdf/lsdf-katrin.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/samples/remote_storage/lsdf/lsdf-katrin.yml')
-rw-r--r--docs/samples/remote_storage/lsdf/lsdf-katrin.yml38
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/samples/remote_storage/lsdf/lsdf-katrin.yml b/docs/samples/remote_storage/lsdf/lsdf-katrin.yml
new file mode 100644
index 0000000..036e9a5
--- /dev/null
+++ b/docs/samples/remote_storage/lsdf/lsdf-katrin.yml
@@ -0,0 +1,38 @@
+apiVersion: v1
+kind: Template
+metadata:
+ name: lsdf-katrin
+ annotations:
+ descriptions: "LSDF volumes"
+objects:
+ - apiVersion: v1
+ kind: Secret
+ metadata:
+ name: lsdf-katrin
+ type: openshift.io/cifs
+ stringData:
+ username: "ipe-katrinlsdf-0001"
+ password: "6?)CW5wE3/"
+ - apiVersion: v1
+ kind: PersistentVolume
+ metadata:
+ name: lsdf-katrin-kdb
+ spec:
+ persistentVolumeReclaimPolicy: Retain
+ accessModes:
+ - ReadWriteMany
+ capacity:
+ storage: 100Ti
+ claimRef:
+ name: lsdf-katrin-kdb
+ namespace: katrin
+ flexVolume:
+ driver: openshift.io/cifs
+ fsType: cifs
+ secretRef:
+ name: lsdf-katrin
+ options:
+ networkPath: "//os.lsdf.kit.edu/ipe-projects/katrin_kdb"
+ mountOptions: "vers=2.0,domain=os.lsdf.kit.edu,file_mode=0664,dir_mode=0775"
+
+ \ No newline at end of file