Skip to content

Commit

Permalink
New biostudies params
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Mar 28, 2022
1 parent 1262520 commit fe13a0b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions persistentVolumes/biostudies.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: nfs-bs-ftp-pv-binderhub
name: biostudies-nfs
spec:
storageClassName: nfs
capacity:
storage: 1Gi
accessModes:
- ReadOnlyMany
mountOptions:
- nfsvers=3
nfs:
# path: /tmp
# server: 172.17.0.2
server: 10.35.105.251 # Change this!
# server: 10.35.105.251 # Change this!
server: 10.35.198.252
path: "/fg_biostudies/.adm/databases/prod/submission/ftp/"
readOnly: true
# claimRef:
Expand All @@ -22,12 +25,12 @@ spec:
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: "nfs-bs-ftp-pvc"
name: biostudies-nfs-pvc
spec:
storageClassName: nfs
accessModes:
- ReadOnlyMany
resources:
requests:
storage: 1Gi
volumeName: "nfs-bs-ftp-pv-binderhub"
volumeName: biostudies-nfs

0 comments on commit fe13a0b

Please sign in to comment.