[CPS] Add new Topic for CPS-NCMP AVC Events
[oom.git] / kubernetes / cps / templates / cps-kafka-topic.yaml
index b4ecfcd..33613bc 100644 (file)
@@ -45,4 +45,14 @@ metadata:
 spec:
   config:
     retention.ms: {{ .Values.config.ncmpAsyncM2MTopic.retentionMs }}
+---
+apiVersion: kafka.strimzi.io/v1beta2
+kind: KafkaTopic
+metadata:
+  name: {{ .Values.config.dmiCmEventsTopic.name }}
+  labels:
+    strimzi.io/cluster: {{ include "common.release" . }}-strimzi
+spec:
+  config:
+    retention.ms: {{ .Values.config.dmiCmEventsTopic.retentionMs }}
 {{- end }}
\ No newline at end of file