diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-05-09 18:18:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-09 18:18:00 +0000 |
commit | 73389db3174ebbe46f033a90d6f51ff9fc072568 (patch) | |
tree | 30a1071ca92c8f98207bdc1ed71b8ce8f2fe5285 /charts | |
parent | e090bc4d01b4c99347a66ed22277b99e3d4bb823 (diff) | |
parent | b20f0fc80727da2be8ea1363ed5cd9fed1919bf7 (diff) |
Merge "Fix message-router-kafka references"
Diffstat (limited to 'charts')
-rw-r--r-- | charts/aai-champ/resources/config/dynamic/conf/champ-beans.xml | 2 | ||||
-rw-r--r-- | charts/aai-champ/templates/deployment.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/charts/aai-champ/resources/config/dynamic/conf/champ-beans.xml b/charts/aai-champ/resources/config/dynamic/conf/champ-beans.xml index a271402..b3d7bc2 100644 --- a/charts/aai-champ/resources/config/dynamic/conf/champ-beans.xml +++ b/charts/aai-champ/resources/config/dynamic/conf/champ-beans.xml @@ -11,7 +11,7 @@ xsi:schemaLocation=" <!-- Event publisher to pass to the Champ library for logging raw graph events (Kafka implementation). --> <bean id="champEventPublisher" class="org.onap.aai.event.client.KafkaEventPublisher" > - <constructor-arg name="hosts" value="global-kafka.{{.Release.Namespace}}:9092" /> + <constructor-arg name="hosts" value="message-router-kafka.{{.Release.Namespace}}:9092" /> <constructor-arg name="topic" value="champRawEvents" /> </bean> diff --git a/charts/aai-champ/templates/deployment.yaml b/charts/aai-champ/templates/deployment.yaml index d7fde32..0941f44 100644 --- a/charts/aai-champ/templates/deployment.yaml +++ b/charts/aai-champ/templates/deployment.yaml @@ -37,7 +37,7 @@ spec: - --container-name - aai-resources - --container-name - - global-kafka + - message-router-kafka env: - name: NAMESPACE valueFrom: |