Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam0Brien committed Nov 22, 2024
1 parent 200011a commit ef68416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/kind/inventory/strimzi.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Taken from: https://github.com/strimzi/strimzi-kafka-operator/blob/main/examples/kafka/kafka-ephemeral.yaml
apiVersion: kafka.strimzi.io/v1beta2
kind: Kafka
metadata:
Expand All @@ -14,12 +13,13 @@ spec:
type: internal
tls: false
config:
zookeeper.connect: my-cluster-kafka-0:2181
zookeeper.connect: my-cluster-zookeeper-client:2181
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
advertised.listeners: PLAINTEXT://my-cluster-kafka-bootstrap.default.svc.cluster.local:9092
storage:
type: ephemeral
zookeeper:
Expand Down

0 comments on commit ef68416

Please sign in to comment.