diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-09-18 15:03:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-18 15:03:42 +0000 |
commit | f0bded3e98d3256001b2e27d967c69177a9f624e (patch) | |
tree | 91f70133548f5266e2d279ef9c8c53e5f21779c4 /kubernetes/aai/charts/aai-graphadmin/resources/config/application.properties | |
parent | eaeb7ba1a8c711a7370c1bbc9b6a25e75bed0ca3 (diff) | |
parent | f7323d340193e6b69c84591651176561e19847f8 (diff) |
Merge "Update the resources, traversal and graphadmin"
Diffstat (limited to 'kubernetes/aai/charts/aai-graphadmin/resources/config/application.properties')
-rw-r--r-- | kubernetes/aai/charts/aai-graphadmin/resources/config/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aai/charts/aai-graphadmin/resources/config/application.properties b/kubernetes/aai/charts/aai-graphadmin/resources/config/application.properties index 104cf76668..75572479b6 100644 --- a/kubernetes/aai/charts/aai-graphadmin/resources/config/application.properties +++ b/kubernetes/aai/charts/aai-graphadmin/resources/config/application.properties @@ -54,7 +54,7 @@ server.ssl.key-store-type=JKS # JMS bind address host port jms.bind.address=tcp://localhost:61649 -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 |