blob: 0274cd53c7499b221aef677374bde2f506553b8f [file] [log] [blame]
gfrabonibe779fa2017-09-19 13:25:30 -04001{
2 "service": {
3 "name": "Active and Available Inventory",
4 "checks": [
5 {
6 "id": "aai-service",
7 "name": "Core A&AI",
jasmineWen85d9d732018-03-06 16:13:35 +00008 "http": "https://aai-service.{{ .Values.nsPrefix }}:8443/aai/util/echo",
gfrabonibe779fa2017-09-19 13:25:30 -04009 "header": {
10 "Authorization": ["Basic QUFJOkFBSQ=="],
11 "X-TransactionId": ["ConsulHealthCheck"],
12 "X-FromAppId": ["healthcheck"]
13 },
14 "tls_skip_verify": true,
15 "interval": "15s",
16 "timeout": "1s"
17 },
18 {
19 "id": "aai-resources",
20 "name": "Resources Microservice",
jasmineWen85d9d732018-03-06 16:13:35 +000021 "http": "https://aai-resources.{{ .Values.nsPrefix }}:8447/aai/util/echo",
gfrabonibe779fa2017-09-19 13:25:30 -040022 "header": {
23 "Authorization": ["Basic QUFJOkFBSQ=="],
24 "X-TransactionId": ["ConsulHealthCheck"],
25 "X-FromAppId": ["healthcheck"]
26 },
27 "tls_skip_verify": true,
28 "interval": "15s",
29 "timeout": "1s"
30 },
31 {
32 "id": "aai-traversal",
33 "name": "Traversal Microservice",
jasmineWen85d9d732018-03-06 16:13:35 +000034 "http": "https://aai-traversal.{{ .Values.nsPrefix }}:8446/aai/util/echo",
gfrabonibe779fa2017-09-19 13:25:30 -040035 "header": {
36 "Authorization": ["Basic QUFJOkFBSQ=="],
37 "X-TransactionId": ["ConsulHealthCheck"],
38 "X-FromAppId": ["healthcheck"]
39 },
40 "tls_skip_verify": true,
41 "interval": "15s",
42 "timeout": "1s"
gfrabonibe779fa2017-09-19 13:25:30 -040043 }
44 ]
45 }
46}