aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/consul
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2018-05-17 13:32:34 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-17 13:32:34 +0000
commit53e5783c293b768caaecec7961bfaf7d18c0a0b0 (patch)
tree83e21d5831f90d342208dbcba2543b0c61286f59 /kubernetes/consul
parenta795258ebee5a9fa060aa89941503af2f11ae2d5 (diff)
parent1e5ca467cadaa2d398d448c414075089a3998b7b (diff)
Merge "clamphealth check"
Diffstat (limited to 'kubernetes/consul')
-rw-r--r--kubernetes/consul/resources/config/consul-agent-config/clamp-health.json17
1 files changed, 17 insertions, 0 deletions
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"
+ }
+ ]
+ }
+}
+