-
Notifications
You must be signed in to change notification settings - Fork 17
/
sis.json
executable file
·83 lines (83 loc) · 1.77 KB
/
sis.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
{
"id": "/hrm-moe/letsencrypt-dcos",
"backoffFactor": 1.15,
"backoffSeconds": 5,
"container": {
"portMappings": [
{
"containerPort": 80,
"hostPort": 0,
"protocol": "tcp",
"servicePort": 10000
}
],
"type": "DOCKER",
"volumes": [
{
"containerPath": "/etc/letsencrypt",
"hostPath": "data",
"mode": "RW"
},
{
"persistent": {
"type": "root",
"size": 500,
"constraints": []
},
"mode": "RW",
"containerPath": "data"
}
],
"docker": {
"image": "mesosphere/letsencrypt-dcos:v1.0.3",
"forcePullImage": false,
"privileged": false,
"parameters": []
}
},
"cpus": 0.05,
"disk": 0,
"env": {
"LETSENCRYPT_EMAIL": "[email protected]",
"MARATHON_LB_ID": "marathon-lb",
"MARATHON_URL": "http://mesop.lgc.gov.lk:8080"
},
"instances": 1,
"labels": {
"HAPROXY_GROUP": "external",
"HAPROXY_0_VHOST": "demo.sis.moe.gov.lk,sis.moe.gov.lk",
"HAPROXY_0_PATH": "/.well-known/acme-challenge"
},
"maxLaunchDelaySeconds": 3600,
"mem": 512,
"gpus": 0,
"networks": [
{
"mode": "container/bridge"
}
],
"residency": {
"relaunchEscalationTimeoutSeconds": 3600,
"taskLostBehavior": "WAIT_FOREVER"
},
"requirePorts": false,
"upgradeStrategy": {
"maximumOverCapacity": 0,
"minimumHealthCapacity": 0.5
},
"killSelection": "YOUNGEST_FIRST",
"unreachableStrategy": "disabled",
"healthChecks": [
{
"gracePeriodSeconds": 300,
"intervalSeconds": 60,
"maxConsecutiveFailures": 3,
"portIndex": 0,
"timeoutSeconds": 20,
"delaySeconds": 15,
"protocol": "TCP"
}
],
"fetch": [],
"constraints": []
}