Skip to content
Snippets Groups Projects
Commit 89a5951d authored by Simon Ehrenstein's avatar Simon Ehrenstein
Browse files

Reset kafka and zookeeper config to default values

parent 73bafc3a
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus,!78Resolve "Implement Quarkus/Kotlin protype"
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
## ------------------------------------------------------ ## ------------------------------------------------------
cp-zookeeper: cp-zookeeper:
enabled: true enabled: true
servers: 1 servers: 3
image: confluentinc/cp-zookeeper image: confluentinc/cp-zookeeper
imageTag: 5.4.0 imageTag: 5.4.0
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace. ## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
...@@ -28,7 +28,7 @@ cp-zookeeper: ...@@ -28,7 +28,7 @@ cp-zookeeper:
## ------------------------------------------------------ ## ------------------------------------------------------
cp-kafka: cp-kafka:
enabled: true enabled: true
brokers: 1 brokers: 10
image: confluentinc/cp-enterprise-kafka image: confluentinc/cp-enterprise-kafka
imageTag: 5.4.0 imageTag: 5.4.0
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace. ## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
...@@ -48,7 +48,7 @@ cp-kafka: ...@@ -48,7 +48,7 @@ cp-kafka:
# cpu: 100m # cpu: 100m
# memory: 128Mi # memory: 128Mi
configurationOverrides: configurationOverrides:
offsets.topic.replication.factor: "1" # offsets.topic.replication.factor: "3"
"message.max.bytes": "134217728" # 128 MB "message.max.bytes": "134217728" # 128 MB
"replica.fetch.max.bytes": "134217728" # 128 MB "replica.fetch.max.bytes": "134217728" # 128 MB
# "default.replication.factor": 3 # "default.replication.factor": 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment