blob: 99acff4e619f1ff80434c94d2e2e9012e64ef062 [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",
jmac3ee77e72018-05-03 18:13:38 +00008 "http": "https://aai.{{ .Release.Namespace }}: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",
jmac3ee77e72018-05-03 18:13:38 +000021 "http": "https://aai-resources.{{ .Release.Namespace }}: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",
jmac3ee77e72018-05-03 18:13:38 +000034 "http": "https://aai-traversal.{{ .Release.Namespace }}: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}