summaryrefslogtreecommitdiffstats
path: root/docs/samples/remote_storage/lsdf/lsdf-katrin.yml
blob: 036e9a545ef8c9392f2ce3f8e7d1b79cfe06c7f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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"