Skip to content

Commit d1e1098

Browse files
committed
SP-2001: Update filesystem mounts for SPHEREx RSP
1 parent ad74cc1 commit d1e1098

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

applications/nublado/values-tacc-spherex.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,21 @@ controller:
5353
serverPath: "/data/scratch"
5454
server: "192.168.115.150"
5555
type: "nfs"
56+
- name: "ast25011"
57+
source:
58+
type: "nfs"
59+
readOnly: true
60+
serverPath: "/corral/main/projects/AST25011/prod-qr2"
61+
server: "129.114.52.161"
5662
volumeMounts:
5763
- containerPath: "/home"
5864
volumeName: "home"
5965
- containerPath: "/project"
6066
volumeName: "project"
6167
- containerPath: "/scratch"
6268
volumeName: "scratch"
69+
- containerPath: "/ast25011"
70+
volumeName: "ast25011"
6371
jupyterhub:
6472
hub:
6573
baseUrl: "/nb"

0 commit comments

Comments
 (0)