From 3ee77e74fa4613963f9edd29475e6f67886f0143 Mon Sep 17 00:00:00 2001 From: jmac Date: Thu, 3 May 2018 18:13:38 +0000 Subject: Fixed remaining references to aai-service Change-Id: I47b5ded80e27a98fc05a7ba1d00bf2de1af574e5 Signed-off-by: jmac Issue-ID: OOM-1041 --- .../resources/config/consul-agent-config/aai-services-health.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kubernetes/consul/resources/config/consul-agent-config/aai-services-health.json') diff --git a/kubernetes/consul/resources/config/consul-agent-config/aai-services-health.json b/kubernetes/consul/resources/config/consul-agent-config/aai-services-health.json index f06dec213f..99acff4e61 100644 --- a/kubernetes/consul/resources/config/consul-agent-config/aai-services-health.json +++ b/kubernetes/consul/resources/config/consul-agent-config/aai-services-health.json @@ -5,7 +5,7 @@ { "id": "aai-service", "name": "Core A&AI", - "http": "https://aai-service:8443/aai/util/echo", + "http": "https://aai.{{ .Release.Namespace }}:8443/aai/util/echo", "header": { "Authorization": ["Basic QUFJOkFBSQ=="], "X-TransactionId": ["ConsulHealthCheck"], @@ -18,7 +18,7 @@ { "id": "aai-resources", "name": "Resources Microservice", - "http": "https://aai-resources:8447/aai/util/echo", + "http": "https://aai-resources.{{ .Release.Namespace }}:8447/aai/util/echo", "header": { "Authorization": ["Basic QUFJOkFBSQ=="], "X-TransactionId": ["ConsulHealthCheck"], @@ -31,7 +31,7 @@ { "id": "aai-traversal", "name": "Traversal Microservice", - "http": "https://aai-traversal:8446/aai/util/echo", + "http": "https://aai-traversal.{{ .Release.Namespace }}:8446/aai/util/echo", "header": { "Authorization": ["Basic QUFJOkFBSQ=="], "X-TransactionId": ["ConsulHealthCheck"], -- cgit 1.2.3-korg