diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-09-18 07:05:01 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-09-18 07:07:05 -0400 |
commit | f7323d340193e6b69c84591651176561e19847f8 (patch) | |
tree | a406cdbf557fc68142fc4f4d2768d125af0f71ad /kubernetes/aai/charts/aai-resources/resources/config/application.properties | |
parent | ffb5d8f810679b24211060cb895b79d1851c3de0 (diff) |
Update the resources, traversal and graphadmin
to use message router HTTPS
Issue-ID: AAI-1609
Change-Id: I7147eed19735be332e84c99fde8fd30744c63c36
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'kubernetes/aai/charts/aai-resources/resources/config/application.properties')
-rw-r--r-- | kubernetes/aai/charts/aai-resources/resources/config/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aai/charts/aai-resources/resources/config/application.properties b/kubernetes/aai/charts/aai-resources/resources/config/application.properties index 9c13d4878c..29a6d23341 100644 --- a/kubernetes/aai/charts/aai-resources/resources/config/application.properties +++ b/kubernetes/aai/charts/aai-resources/resources/config/application.properties @@ -49,7 +49,7 @@ server.ssl.key-store-type=JKS # JMS bind address host port jms.bind.address=tcp://localhost:61647 -dmaap.ribbon.listOfServers=message-router.{{.Release.Namespace}}:3904 +dmaap.ribbon.listOfServers=message-router.{{.Release.Namespace}}:3905 # Schema related attributes for the oxm and edges # Any additional schema related attributes should start with prefix schema |