commit | 8858ebd399b321fcb60f1026dc4cfa7d3badcdac | [log] [tgz] |
---|---|---|
author | Bin Yang <bin.yang@windriver.com> | Mon Sep 03 10:39:29 2018 +0000 |
committer | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | Wed Sep 19 14:22:33 2018 +0000 |
tree | a0a77d91a49a47738698dd3853d8cee12e6d4c27 | |
parent | 8e2d02a927c405c9eb5aa537e6499cdf09916e84 [diff] [blame] |
Refactor MC windirver plugin namespace Workaround the constraints of ISTIO which prohibit the usage of _ in the namespace Change-Id: I04b266ab8fc27bbd9058c7adab21e64543960815 Issue-ID: MULTICLOUD-335 Signed-off-by: Bin Yang <bin.yang@windriver.com>
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 3757f4a..8e19b31 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
@@ -47,7 +47,7 @@ { "id": "multicloud-windriver", "name": "Multicloud Windriver Health Check", - "http": "http://multicloud-windriver:9005/api/multicloud-titanium_cloud/v0/swagger.json", + "http": "http://multicloud-windriver:9005/api/multicloud-titaniumcloud/v1/swagger.json", "method": "HEAD", "header": { "Cache-Control": ["no-cache"],