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 | 15452122a1dd04b521f12d9565f1fe5839e5050d (patch) | |
tree | 89e3c38e3d1a723e3436510b2e0d20e2bb4e8762 /charts/aai-traversal/resources | |
parent | b2f99577bee415563ef9f3661685798b43f252af (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 'charts/aai-traversal/resources')
-rw-r--r-- | charts/aai-traversal/resources/config/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charts/aai-traversal/resources/config/application.properties b/charts/aai-traversal/resources/config/application.properties index 2ff95aa..1ad208f 100644 --- a/charts/aai-traversal/resources/config/application.properties +++ b/charts/aai-traversal/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.{{ include "common.namespace" . }}:3904 +dmaap.ribbon.listOfServers=message-router.{{ include "common.namespace" . }}:3905 # Schema related attributes for the oxm and edges # Any additional schema related attributes should start with prefix schema |