UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

35 lines (34 loc) 781 B
# Classic Kafka + ZooKeeper (ephemeral). Cluster name: strimzi-demo-zk apiVersion: kafka.strimzi.io/v1beta2 kind: Kafka metadata: name: strimzi-demo-zk namespace: strimzi-headlamp-test spec: kafka: version: 3.8.0 replicas: 1 listeners: - name: plain port: 9092 type: internal tls: false - name: tls port: 9093 type: internal tls: true config: offsets.topic.replication.factor: 1 transaction.state.log.replication.factor: 1 transaction.state.log.min.isr: 1 default.replication.factor: 1 min.insync.replicas: 1 storage: type: ephemeral zookeeper: replicas: 1 storage: type: ephemeral entityOperator: topicOperator: {} userOperator: {}