Skip to content

Commit 4a79ac2

Browse files
add dumps nfs mountpoint as a volume to the user pods
1 parent 7f8d8b3 commit 4a79ac2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

paws/values.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ jupyterhub:
6363
{
6464
'name': 'dumps',
6565
'hostPath': { 'path': '/public/dumps' }
66+
},
67+
{
68+
'name': 'dumps-mnt',
69+
'hostPath': { 'path': '/mnt/nfs/dumps-labstore1006.wikimedia.org' }
6670
}
6771
]
6872
spawner.volume_mounts = [
@@ -73,6 +77,10 @@ jupyterhub:
7377
{
7478
'name': 'dumps',
7579
'mountPath': '/public/dumps'
80+
},
81+
{
82+
'name': 'dumps-mnt',
83+
'mountPath': '/mnt/nfs/dumps-labstore1006.wikimedia.org'
7684
}
7785
]
7886

0 commit comments

Comments
 (0)