Skip to content

Commit 3645019

Browse files
bodom0015craig-willis
authored andcommitted
Added spec for Cloud9 Rails (#70)
1 parent eff5f4a commit 3645019

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

devenvs/cloud9-rails.json

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"key": "cloud9rails",
3+
"label": "Cloud9 Rails",
4+
"image": {
5+
"name": "ndslabs/cloud9-rails",
6+
"tags": ["latest"]
7+
},
8+
"logo" : "/asset/png/logos/rails-logo.png",
9+
"display": "stack",
10+
"access": "external",
11+
"description": "Ruby + Rails development environment based on Cloud9",
12+
"ports": [
13+
{
14+
"port": 80,
15+
"protocol": "http"
16+
},
17+
{
18+
"port": 3000,
19+
"protocol": "http"
20+
}
21+
],
22+
"volumeMounts":[
23+
{ "mountPath": "/workspace" }
24+
],
25+
"readinessProbe" : {
26+
"type" : "http",
27+
"path" : "/favicon.ico",
28+
"port" : 80,
29+
"initialDelay": 10,
30+
"timeout" : 600
31+
},
32+
"resourceLimits": {
33+
"cpuMax": 200,
34+
"cpuDefault": 100,
35+
"memMax": 200,
36+
"memDefault": 50
37+
},
38+
"info": "https://nationaldataservice.atlassian.net/wiki/display/NDSC/Cloud9",
39+
"authRequired": true,
40+
"tags" : ["7", "19"]
41+
}

0 commit comments

Comments
 (0)