forked from kurmanbekova6/swagger-playground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSubutai.json
37 lines (37 loc) · 852 Bytes
/
Subutai.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
{
"name": "My-Website",
"description": "My static website",
"version": "1.0.0",
"ssh-key": "my-website",
"author": "https://github.com/akarasulu",
"containers": [ {
"hostname": "www",
"template": "apache",
"peer-criteria": "HTTP-GROUP",
"size": "SMALL",
"port-mapping": [
{
"protocol": "http",
"domain": "mywebsite.envs.subutai.cloud",
"internal-port": "80",
"external-port": "80"
},
{
"protocol": "tcp",
"domain": "mywebsite.envs.subutai.cloud",
"internal-port": "22",
"external-port": "4040"
}
]
}
],
"peer-criteria": [
{
"name": "HTTP-GROUP",
"max-price": "5",
"avg-cpu-load": "50",
"min-free-ram": "128",
"min-free-disk-space": "10"
}
]
}