diff --git a/demo01-kafka2/values.yaml b/demo01-kafka2/values.yaml index e1b464b..f00d6e3 100644 --- a/demo01-kafka2/values.yaml +++ b/demo01-kafka2/values.yaml @@ -76,3 +76,20 @@ spec: cleanup.policy: compact retention.bytes: "1073741824" segment.bytes: "268435456" + +--- +apiVersion: kafka.strimzi.io/v1beta2 +kind: KafkaTopic +metadata: + labels: + strimzi.io/cluster: kafka-cluster + name: "logging-dlq" + namespace: kafka-cluster +spec: + partitions: 6 + replicas: 3 + topicName: "demo01.logging.dlq" + config: + cleanup.policy: compact + retention.bytes: "1073741824" + segment.bytes: "268435456"