blob: d15c2ef829889bc3aa0ba4e556ce906fdb35187c [file] [log] [blame]
jasmineWen85d9d732018-03-06 16:13:35 +00001{
2 "service": {
3 "name": "Health Check: MSB",
4 "checks": [
5 {
6 "id": "msb-eag.{{ .Values.nsPrefix }}",
7 "name": "MSB eag Health Check",
8 "http": "http://msb-eag.{{ .Values.nsPrefix }}:80/iui/microservices/default.html",
9 "method": "HEAD",
10 "tls_skip_verify": true,
11 "interval": "15s",
12 "timeout": "1s"
13 },
14 {
15 "id": "msb-iag.{{ .Values.nsPrefix }}",
16 "name": "MSB iag Health Check",
17 "http": "http://msb-iag.{{ .Values.nsPrefix }}:80/iui/microservices/default.html",
18 "method": "HEAD",
19 "tls_skip_verify": true,
20 "interval": "15s",
21 "timeout": "1s"
22 },
23 {
24 "id": "msb-consul.{{ .Values.nsPrefix }}",
25 "name": "MSB consul Health Check",
26 "tcp": "msb-consul.{{ .Values.nsPrefix }}:8500",
27 "interval": "15s",
28 "timeout": "1s"
29 },
30 {
31 "id": "msb-discovery.{{ .Values.nsPrefix }}",
32 "name": "MSB discovery Health Check",
33 "tcp": "msb-discovery.{{ .Values.nsPrefix }}:10081",
34 "interval": "15s",
35 "timeout": "1s"
36 }
37 ]
38 }
39}