-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathhatchery.json
89 lines (89 loc) · 2.09 KB
/
hatchery.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"user-namespace": "jupyter-pods-qa-covid19",
"sub-dir": "/lw-workspace",
"user-volume-size": "10Gi",
"sidecar": {
"cpu-limit": "1.0",
"memory-limit": "256Mi",
"image": "quay.io/cdis/gen3fuse-sidecar:0.2.3",
"env": {
"NAMESPACE": "qa-covid19",
"HOSTNAME": "qa-covid19.planx-pla.net"
},
"args": [],
"command": [
"/bin/bash",
"/sidecarDockerrun.sh"
],
"lifecycle-pre-stop": [
"su",
"-c",
"echo test",
"-s",
"/bin/sh",
"root"
]
},
"containers": [
{
"target-port": 8787,
"cpu-limit": "1.0",
"memory-limit": "1024Mi",
"name": "R Studio 3.5",
"image": "quay.io/cdis/rstudio:master",
"env": {
"DISABLE_AUTH": "true"
},
"args": [],
"path-rewrite": "/",
"use-tls": "false",
"ready-probe": "/",
"user-volume-location": "/home/rstudio/pd",
"fs-gid": 100
},
{
"target-port": 8787,
"cpu-limit": "1.0",
"memory-limit": "1024Mi",
"name": "R Studio 3.6",
"image": "quay.io/cdis/rstudio3.6:rstudio3.6-1.0.0",
"env": {
"DISABLE_AUTH": "true"
},
"args": [],
"path-rewrite": "/",
"use-tls": "false",
"ready-probe": "/",
"user-volume-location": "/home/rstudio/pd",
"fs-gid": 100
},
{
"target-port": 8787,
"cpu-limit": "1.0",
"memory-limit": "1024Mi",
"name": "R Studio JHU map",
"image": "quay.io/cdis/rstudio-jhumap:jhumap-1.0.0",
"env": {
"DISABLE_AUTH": "true"
},
"args": [],
"path-rewrite": "/",
"use-tls": "false",
"ready-probe": "/",
"user-volume-location": "/home/rstudio/pd",
"fs-gid": 100
}
],
"more-configs": [
{
"type": "dockstore-compose:1.0.0",
"path": "/hatchery-more-configs/gen3-igv.yaml",
"name": "Gen3 IGV"
},
{
"type": "dockstore-compose:1.0.0",
"path": "/hatchery-more-configs/jupyter-covid19.yaml",
"name": "A collection of Jupyter notebooks to explore health outcomes for COVID-19"
}
]
}