We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad74cc1 commit 4b7c900Copy full SHA for 4b7c900
applications/nublado/values-tacc-spherex.yaml
@@ -53,13 +53,21 @@ controller:
53
serverPath: "/data/scratch"
54
server: "192.168.115.150"
55
type: "nfs"
56
+ - name: "ast25011"
57
+ source:
58
+ type: "nfs"
59
+ readOnly: true
60
+ serverPath: "/corral/main/projects/AST25011"
61
+ server: "129.114.52.161"
62
volumeMounts:
63
- containerPath: "/home"
64
volumeName: "home"
65
- containerPath: "/project"
66
volumeName: "project"
67
- containerPath: "/scratch"
68
volumeName: "scratch"
69
+ - containerPath: "/ast25011"
70
+ volumeName: "ast25011"
71
jupyterhub:
72
hub:
73
baseUrl: "/nb"
0 commit comments