File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -520,6 +520,19 @@ objects:
520520 name : patchman
521521 version : 16
522522
523+ # This section is needed to initialize the kafka topics in stage
524+ kafkaTopics :
525+ - {replicas: 3, partitions: 10, topicName: platform.inventory.events}
526+ - {replicas: 3, partitions: 10, topicName: platform.inventory.host-apps}
527+ - {replicas: 3, partitions: 10, topicName: patchman.evaluator.upload}
528+ - {replicas: 3, partitions: 10, topicName: patchman.evaluator.recalc}
529+ - {replicas: 3, partitions: 8, topicName: platform.payload-status}
530+ - {replicas: 3, partitions: 10, topicName: platform.remediation-updates.patch}
531+ - {replicas: 3, partitions: 10, topicName: platform.notifications.ingress}
532+ - {replicas: 3, partitions: 10, topicName: platform.content-sources.template}
533+ - {replicas: 3, partitions: 4, topicName: patchman.evaluator.user-evaluation}
534+ - {replicas: 3, partitions: 64, topicName: patchman.advisory.update}
535+
523536 dependencies :
524537 - host-inventory
525538 - rbac
You can’t perform that action at this time.
0 commit comments