aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/resources/config/consul-agent-config/aaf-sms-health.json
blob: 965732da5d8ce62469f09c509496228b311f1447 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "service": {
    "name": "Health Check: Secret Management Service (sms)",
    "check":[
      {
        "id"  : "aaf-sms-health",
        "name": "SMS Health Check",
        "http": "https://aaf-sms.{{ .Release.Namespace }}:10443/v1/sms/healthcheck",
        "tls_skip_verify": true,
        "method": "GET",
        "interval": "20s",
        "timeout": "5s"
      }
    ]
  }
}