From: John Keeney Date: Fri, 23 Feb 2024 10:34:33 +0000 (+0000) Subject: Merge "Improve oran_oom helm charts" X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=cdb0db58a12a8d78c95d5ac72154fbe404bc441c;hp=918108f729c368db61fe904024129f21269e19b7;p=it%2Fdep.git Merge "Improve oran_oom helm charts" --- diff --git a/nonrtric/helm/dmeparticipant/resources/config/application.yaml b/nonrtric/helm/dmeparticipant/resources/config/application.yaml index 648a0fc2..10e7e0bc 100644 --- a/nonrtric/helm/dmeparticipant/resources/config/application.yaml +++ b/nonrtric/helm/dmeparticipant/resources/config/application.yaml @@ -18,16 +18,16 @@ participant: participantId: 101c62b3-8918-41b9-a747-d21eb79c6c08 clampAutomationCompositionTopics: topicSources: - - topic: POLICY-ACRUNTIME-PARTICIPANT + - topic: policy-acruntime-participant servers: - - ${topicServer:message-router.default} - topicCommInfrastructure: dmaap + - ${topicServer:kafka.default.svc.cluster.local:9092} + topicCommInfrastructure: kafka fetchTimeout: 15000 topicSinks: - - topic: POLICY-ACRUNTIME-PARTICIPANT + - topic: policy-acruntime-participant servers: - - ${topicServer:message-router.default} - topicCommInfrastructure: dmaap + - ${topicServer:kafka.default.svc.cluster.local:9092} + topicCommInfrastructure: kafka participantSupportedElementTypes: - typeName: org.onap.policy.clamp.acm.DMEAutomationCompositionElement