-
Notifications
You must be signed in to change notification settings - Fork 0
/
run-on-pws.json
33 lines (33 loc) · 931 Bytes
/
run-on-pws.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
{
"orgName": "spring-guides",
"orgUuid": "",
"spaces": [
{
"name": "spring-guides",
"routes": [
{
"name": "random1",
"value": "${random-word}"
}
],
"apps": [
{
"name": "rest-service",
"code": {
"url": "https://springio-guides.s3.amazonaws.com/gs-rest-service-0.1.0.jar",
"content_type": "application/war",
"actions": [
"push"
]
},
"instances": 1,
"memory_in_mb": 1024,
"disk_in_mb": 1024,
"map_routes": [
"random1"
]
}
]
}
]
}