From: Mike Elliott Date: Thu, 17 May 2018 13:32:34 +0000 (+0000) Subject: Merge "clamphealth check" X-Git-Tag: 2.0.0-ONAP~87 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=53e5783c293b768caaecec7961bfaf7d18c0a0b0;hp=a795258ebee5a9fa060aa89941503af2f11ae2d5;p=oom.git Merge "clamphealth check" --- diff --git a/kubernetes/consul/resources/config/consul-agent-config/clamp-health.json b/kubernetes/consul/resources/config/consul-agent-config/clamp-health.json new file mode 100644 index 0000000000..5fb57b4b6b --- /dev/null +++ b/kubernetes/consul/resources/config/consul-agent-config/clamp-health.json @@ -0,0 +1,17 @@ +{ + "service": { + "name": "Health Check: CLAMP", + "check":[ + { + "id" : "clamp-health", + "name": "Clamp Health Check", + "http": "http://clamp:8080/restservices/clds/v1/clds/healthcheck", + "tls_skip_verify": true, + "method": "GET", + "interval": "10s", + "timeout": "1s" + } + ] + } +} +