forked from LeelaPadmaja/revphp
-
Notifications
You must be signed in to change notification settings - Fork 2
/
revphpmarathon.json
51 lines (45 loc) · 957 Bytes
/
revphpmarathon.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
{
"id": "revphp",
"apps": [
{
"id": "redis",
"container": {
"type": "DOCKER",
"docker": {
"image": "redis",
"network": "BRIDGE"
}
},
"cpus": 1,
"mem": 200.0,
"instances": 1
},
{
"id": "web",
"container": {
"type": "DOCKER",
"docker": {
"image": "gcr.io/cloudmunch-1333/d_rosmi-revphp-rosmi-kubernetes-master-3:latest",
"network": "BRIDGE",
"portMappings": [{
"containerPort": 80,
"hostPort": 0,
"protocol": "tcp"
}]
}
},
"cpus": 1,
"mem": 256.0,
"instances": 1,
"healthChecks": [{
"path": "/",
"portIndex": 0,
"protocol": "HTTP",
"gracePeriodSeconds": 120,
"intervalSeconds": 10,
"timeoutSeconds": 20,
"maxConsecutiveFailures": 3
}]
}
]
}