Merge "[DMAAP] DMaaP ServiceMesh compatibility"
[oom.git] / kubernetes / consul / resources / config / consul-agent-config / aaf-sms-health.json
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