Skip to content
Snippets Groups Projects
Commit ffa5c7ff authored by Sören Henning's avatar Sören Henning
Browse files

Set default amount of kafka brokers to 3, fix #282

parent 498821f4
No related branches found
No related tags found
No related merge requests found
Pipeline #5800 passed
...@@ -66,7 +66,7 @@ cp-helm-charts: ...@@ -66,7 +66,7 @@ cp-helm-charts:
cp-zookeeper: cp-zookeeper:
enabled: true enabled: true
nodeSelector: {} nodeSelector: {}
servers: 3 # default: 3 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.
...@@ -83,7 +83,7 @@ cp-helm-charts: ...@@ -83,7 +83,7 @@ cp-helm-charts:
cp-kafka: cp-kafka:
enabled: true enabled: true
nodeSelector: {} nodeSelector: {}
brokers: 10 # default: 10 brokers: 3
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.
......
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