Repository for dip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tenant-catalog/demo01-kafka5/values.yaml

44 lines
939 B

#version: kafka, 1.0.0
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaUser
metadata:
name: "service-account-service-demo01-kafka5"
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-table1"
namespace: kafka-cluster
spec:
partitions: 1
replicas: 3
topicName: "demo01.public.table1"
config:
cleanup.policy: compact
retention.ms: 604800000
segment.bytes: 1073741824