diff --git a/demo01-kafka3/values.yaml b/demo01-kafka3/values.yaml deleted file mode 100644 index b229840..0000000 --- a/demo01-kafka3/values.yaml +++ /dev/null @@ -1,78 +0,0 @@ -#version: kafka, 1.0.0 -apiVersion: kafka.strimzi.io/v1beta2 -kind: KafkaUser -metadata: - name: "service-account-service-demo01-kafka-common" - labels: - strimzi.io/cluster: kafka-cluster -spec: - authorization: - type: simple - acls: - - resource: - type: topic - name: "demo01." - patternType: prefix - operations: - - Read - - Describe - - DescribeConfigs - - Write - - resource: - type: group - name: "demo01-" - patternType: prefix - operations: - - Read - - Write - - Describe ---- -apiVersion: kafka.strimzi.io/v1beta2 -kind: KafkaTopic -metadata: - labels: - strimzi.io/cluster: kafka-cluster - name: "public-subway-info-copy" - namespace: kafka-cluster -spec: - partitions: 6 - replicas: 3 - topicName: "demo01.public.subway_info_copy" - config: - cleanup.policy: compact - retention.bytes: "1073741824" - segment.bytes: "268435456" - ---- -apiVersion: kafka.strimzi.io/v1beta2 -kind: KafkaTopic -metadata: - labels: - strimzi.io/cluster: kafka-cluster - name: "public-subway-passengers" - namespace: kafka-cluster -spec: - partitions: 6 - replicas: 3 - topicName: "demo01.public.subway_passengers" - config: - cleanup.policy: compact - retention.bytes: "1073741824" - segment.bytes: "268435456" - ---- -apiVersion: kafka.strimzi.io/v1beta2 -kind: KafkaTopic -metadata: - labels: - strimzi.io/cluster: kafka-cluster - name: "public-subway-passengers-time" - namespace: kafka-cluster -spec: - partitions: 6 - replicas: 3 - topicName: "demo01.public.subway_passengers_time" - config: - cleanup.policy: compact - retention.bytes: "1073741824" - segment.bytes: "268435456"