From df335d1b583034c59a08a7428735d0742de6da61 Mon Sep 17 00:00:00 2001 From: Daniele Pensiero Date: Fri, 25 Mar 2022 14:36:36 +0100 Subject: [PATCH] add kafka conf to clowdapp --- deploy/clowdapp.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deploy/clowdapp.yaml b/deploy/clowdapp.yaml index 090f231..403b497 100644 --- a/deploy/clowdapp.yaml +++ b/deploy/clowdapp.yaml @@ -246,6 +246,16 @@ objects: # the DB name should match to app-interface DB name without specifying environment name: ccx-notification-db version: 12 + kafkaTopics: + - replicas: 3 + partitions: 16 + topicName: platform.upload.buckit + - replicas: 3 + partitions: 1 + topicName: ccx.ocp.results + - replicas: 3 + partitions: 1 + topicName: platform.payload-status # Expose Prometheus metrix - kind: Service