Skip to content

Instantly share code, notes, and snippets.

@arashkaffamanesh
Created April 25, 2019 11:35
Show Gist options
  • Save arashkaffamanesh/7be55c9115f94263291c8a589c51e110 to your computer and use it in GitHub Desktop.
Save arashkaffamanesh/7be55c9115f94263291c8a589c51e110 to your computer and use it in GitHub Desktop.
kafka1-cluster.yaml
apiVersion: kafka.strimzi.io/v1alpha1
kind: Kafka
metadata:
name: kafka1
spec:
kafka:
version: 2.1.0
replicas: 3
listeners:
plain: {}
tls: {}
config:
offsets.topic.replication.factor: 3
transaction.state.log.replication.factor: 3
transaction.state.log.min.isr: 2
log.message.format.version: "2.1"
delete.topic.enable: "true"
storage:
type: persistent-claim
size: 5Gi
deleteClaim: true
zookeeper:
replicas: 3
storage:
type: persistent-claim
size: 2Gi
deleteClaim: true
entityOperator:
topicOperator: {}
userOperator: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment