diff options
author | kj <keren.joseph@amdocs.com> | 2018-03-19 15:07:44 +0200 |
---|---|---|
committer | kj <keren.joseph@amdocs.com> | 2018-03-27 19:48:13 +0300 |
commit | 6a8ce801a6afe0a26694b02532773b1938e2dd70 (patch) | |
tree | 6d1a2f391545a18f967a59c0b2f7a21887baaf5c /charts/aai-data-router/resources/dynamic/routes | |
parent | e3b6f914d6daf91ca110060c2b8696ff04b82773 (diff) |
Add standardized helm chart for aai
Issue-ID: OOM-734
Change-Id: I6b1a85017d79b92afcae44cf823ab000a10ce4be
Signed-off-by: kj <keren.joseph@amdocs.com>
Diffstat (limited to 'charts/aai-data-router/resources/dynamic/routes')
-rw-r--r-- | charts/aai-data-router/resources/dynamic/routes/entity-event.route | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/charts/aai-data-router/resources/dynamic/routes/entity-event.route b/charts/aai-data-router/resources/dynamic/routes/entity-event.route new file mode 100644 index 0000000..7b4e902 --- /dev/null +++ b/charts/aai-data-router/resources/dynamic/routes/entity-event.route @@ -0,0 +1,4 @@ +<route xmlns="http://camel.apache.org/schema/spring" trace="true"> + <from uri="event-bus:mybus/?eventTopic=AAI-EVENT&groupName=datarouter&groupId=datarouter&url=http://dmaap.{{.Release.Namespace}}:3904"/> + <to uri="bean:entityEventPolicy?method=process"/> +</route> |