diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-10-10 13:05:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-10 13:05:31 +0000 |
commit | e82c3f2b208620d611cea71c0fa89b37c8f1ccd9 (patch) | |
tree | e216008e3ff5b41b861274174e6cada7b306dc6a /kubernetes/consul/resources/config/consul-agent-config | |
parent | 725c43ae383396c619fb8504ef9bf69d628cbf3e (diff) | |
parent | 5978c46f7998e05e97e8aa47174ecc0c7dc8e99f (diff) |
Merge "Add pike plugin"
Diffstat (limited to 'kubernetes/consul/resources/config/consul-agent-config')
-rw-r--r-- | kubernetes/consul/resources/config/consul-agent-config/multicloud-health-check.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kubernetes/consul/resources/config/consul-agent-config/multicloud-health-check.json b/kubernetes/consul/resources/config/consul-agent-config/multicloud-health-check.json index 8e19b3172e..51f2acc8f5 100644 --- a/kubernetes/consul/resources/config/consul-agent-config/multicloud-health-check.json +++ b/kubernetes/consul/resources/config/consul-agent-config/multicloud-health-check.json @@ -31,6 +31,20 @@ "timeout": "1s" }, { + "id": "multicloud-pike", + "name": "Multicloud Pike Health Check", + "http": "http://multicloud-pike:9007/api/multicloud-pike/v0/swagger.json", + "method": "HEAD", + "header": { + "Cache-Control": ["no-cache"], + "Content-Type": ["application/json"], + "Accept": ["application/json"] + }, + "tls_skip_verify": true, + "interval": "15s", + "timeout": "1s" + }, + { "id": "multicloud-vio", "name": "Multicloud Vio Health Check", "http": "http://multicloud-vio:9004/api/multicloud-vio/v0/swagger.json", |