Skip to content

Commit 2b20763

Browse files
katarinazapraznaTenSt
authored andcommitted
chore: remove legacy kafkaTopics definition from ClowdApp
Kafka topics are provisioned externally by the Platform team, Clowder does not need to create them. Our components reference topics via environment variables in their deployment specs, which are independent of this section.
1 parent d3b8ba3 commit 2b20763

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

deploy/clowdapp.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -520,18 +520,6 @@ objects:
520520
name: patchman
521521
version: 16
522522

523-
kafkaTopics:
524-
- {replicas: 3, partitions: 10, topicName: platform.inventory.events}
525-
- {replicas: 3, partitions: 10, topicName: platform.inventory.host-apps}
526-
- {replicas: 3, partitions: 10, topicName: patchman.evaluator.upload}
527-
- {replicas: 3, partitions: 10, topicName: patchman.evaluator.recalc}
528-
- {replicas: 3, partitions: 8, topicName: platform.payload-status}
529-
- {replicas: 3, partitions: 10, topicName: platform.remediation-updates.patch}
530-
- {replicas: 3, partitions: 10, topicName: platform.notifications.ingress}
531-
- {replicas: 3, partitions: 10, topicName: platform.content-sources.template}
532-
- {replicas: 3, partitions: 4, topicName: patchman.evaluator.user-evaluation}
533-
- {replicas: 3, partitions: 10, topicName: patchman.advisory.update}
534-
535523
dependencies:
536524
- host-inventory
537525
- rbac

0 commit comments

Comments
 (0)