diff options
author | Bin Yang <bin.yang@windriver.com> | 2018-09-03 10:39:29 +0000 |
---|---|---|
committer | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-09-19 14:22:33 +0000 |
commit | 8858ebd399b321fcb60f1026dc4cfa7d3badcdac (patch) | |
tree | a0a77d91a49a47738698dd3853d8cee12e6d4c27 /kubernetes/consul/resources/config/consul-agent-config | |
parent | 8e2d02a927c405c9eb5aa537e6499cdf09916e84 (diff) |
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>
Diffstat (limited to 'kubernetes/consul/resources/config/consul-agent-config')
-rw-r--r-- | kubernetes/consul/resources/config/consul-agent-config/multicloud-health-check.json | 2 |
1 files changed, 1 insertions, 1 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 3757f4a6ac..8e19b3172e 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"], |