Kiran Kamineni | 7965a8d | 2018-05-23 15:15:58 -0700 | [diff] [blame] | 1 | { |
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 |