blob: 965732da5d8ce62469f09c509496228b311f1447 [file] [log] [blame]
Kiran Kamineni7965a8d2018-05-23 15:15:58 -07001{
2 "service": {
3 "name": "Health Check: Secret Management Service (sms)",
4 "check":[
5 {
6 "id" : "aaf-sms-health",
7 "name": "SMS Health Check",
8 "http": "https://aaf-sms.{{ .Release.Namespace }}:10443/v1/sms/healthcheck",
9 "tls_skip_verify": true,
10 "method": "GET",
11 "interval": "20s",
12 "timeout": "5s"
13 }
14 ]
15 }
16}
17