Fix message router config for UUI 11/43811/1
authorMike Elliott <mike.elliott@amdocs.com>
Fri, 20 Apr 2018 01:23:27 +0000 (21:23 -0400)
committerMike Elliott <mike.elliott@amdocs.com>
Fri, 20 Apr 2018 01:23:27 +0000 (21:23 -0400)
This is only a first step towards uui healthcheck passing in OOM.
Fixing dmaap config revealed an error on startup of the uui
server. The log is captured in the defect in Jira.

Change-Id: I796e9a404e05b64368382cbdae74375a525fc849
Issue-ID: USECASEUI-106
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
kubernetes/uui/charts/uui-server/values.yaml
kubernetes/uui/values.yaml

index 5f0a11b..0e4049d 100644 (file)
@@ -30,7 +30,7 @@ pullPolicy: Always
 # application configuration
 
 msbaddr: msb-iag.{{include "common.namespace" .}}:80
-mraddr: dmaap.{{include "common.namespace" .}}:3904
+mraddr: message-router.{{include "common.namespace" .}}:3904
 
 # flag to enable debugging - application support required
 debugEnabled: false
index 51be03b..c61e203 100644 (file)
@@ -30,7 +30,7 @@ pullPolicy: Always
 # application configuration
 
 msbaddr: msb-iag.{{include "common.namespace" .}}:80
-mraddr: dmaap.{{include "common.namespace" .}}:3904
+mraddr: message-router.{{include "common.namespace" .}}:3904
 
 # flag to enable debugging - application support required
 debugEnabled: false