diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2019-09-03 07:47:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-03 07:47:21 +0000 |
commit | 8ff0324ce862477e5652330b66f51439bc8c8f1c (patch) | |
tree | aaebae9bf80b4c47a1bf108189c9df783b5a54c1 /kubernetes/consul | |
parent | 1366ccb457383e633ca67d2d892706f0784cbdf0 (diff) | |
parent | 3bb43c11525af532b012e71b9be07d95130771cb (diff) |
Merge "Delete oom for ocata"
Diffstat (limited to 'kubernetes/consul')
-rw-r--r-- | kubernetes/consul/resources/config/consul-agent-config/multicloud-health-check.json | 14 |
1 files changed, 0 insertions, 14 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 7bc9ff090f..f6e48fac6b 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 @@ -17,20 +17,6 @@ "timeout": "1s" }, { - "id": "multicloud-ocata", - "name": "Multicloud Ocata Health Check", - "http": "http://multicloud-ocata:9006/api/multicloud-ocata/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-pike", "name": "Multicloud Pike Health Check", "http": "http://multicloud-pike:9007/api/multicloud-pike/v0/swagger.json", |