Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
472eef2e
Commit
472eef2e
authored
2 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Use Kafka 3.2 and remove Confluent chart
parent
16d9ef75
No related branches found
No related tags found
No related merge requests found
Pipeline
#9936
passed
2 years ago
Stage: build
Stage: test
Stage: check
Stage: deploy
Stage: smoketest
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
helm/Chart.yaml
+0
-4
0 additions, 4 deletions
helm/Chart.yaml
helm/values.yaml
+1
-100
1 addition, 100 deletions
helm/values.yaml
with
1 addition
and
104 deletions
helm/Chart.yaml
+
0
−
4
View file @
472eef2e
...
...
@@ -21,10 +21,6 @@ dependencies:
version
:
20.0.1
repository
:
https://prometheus-community.github.io/helm-charts
condition
:
kube-prometheus-stack.enabled
-
name
:
cp-helm-charts
version
:
0.6.0
repository
:
https://soerenhenning.github.io/cp-helm-charts
condition
:
cp-helm-charts.enabled
-
name
:
strimzi-kafka-operator
version
:
0.29.0
repository
:
https://strimzi.io/charts/
...
...
This diff is collapsed.
Click to expand it.
helm/values.yaml
+
1
−
100
View file @
472eef2e
...
...
@@ -58,106 +58,8 @@ grafana:
###
#
Confluent Platform
#
Strimzi and Kafka
###
cp-helm-charts
:
enabled
:
false
## ------------------------------------------------------
## Zookeeper
## ------------------------------------------------------
cp-zookeeper
:
enabled
:
false
nodeSelector
:
{}
servers
:
3
image
:
confluentinc/cp-zookeeper
imageTag
:
5.4.0
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
imagePullSecrets
:
# - name: "regcred"
heapOptions
:
"
-Xms512M
-Xmx512M"
persistence
:
enabled
:
false
## ------------------------------------------------------
## Kafka
## ------------------------------------------------------
cp-kafka
:
enabled
:
false
nodeSelector
:
{}
brokers
:
3
image
:
confluentinc/cp-enterprise-kafka
imageTag
:
5.4.0
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
imagePullSecrets
:
# - name: "regcred"
heapOptions
:
"
-Xms512M
-Xmx512M"
persistence
:
enabled
:
false
resources
:
{}
configurationOverrides
:
#offsets.topic.replication.factor: 1
"
message.max.bytes"
:
"
134217728"
# 128 MB
"
replica.fetch.max.bytes"
:
"
134217728"
# 128 MB
#default.replication.factor: 1
# "min.insync.replicas": 2
"
auto.create.topics.enable"
:
false
#"log.retention.ms"
:
"
10000"
# 10s
"
log.retention.ms"
:
"
7200000"
# 2h
"
metrics.sample.window.ms"
:
"
5000"
#5s
"
advertised.listeners"
:
|-
EXTERNAL://${HOST_IP}:$((31090 + ${KAFKA_BROKER_ID}))
"
listener.security.protocol.map"
:
|-
PLAINTEXT:PLAINTEXT,EXTERNAL:PLAINTEXT
nodeport
:
enabled
:
false
servicePort
:
19092
firstListenerPort
:
31090
## ------------------------------------------------------
## Schema Registry
## ------------------------------------------------------
cp-schema-registry
:
enabled
:
false
nodeSelector
:
{}
image
:
confluentinc/cp-schema-registry
imageTag
:
5.4.0
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
imagePullSecrets
:
# - name: "regcred"
heapOptions
:
"
-Xms512M
-Xmx512M"
resources
:
{}
external
:
enabled
:
true
type
:
NodePort
servicePort
:
8081
nodePort
:
30099
annotations
:
{}
kafka
:
bootstrapServers
:
theodolite-kafka-kafka-bootstrap:9092
cp-kafka-rest
:
enabled
:
false
cp-kafka-connect
:
enabled
:
false
cp-ksql-server
:
enabled
:
false
cp-control-center
:
enabled
:
false
## The interval between refreshing metrics
pollIntervalSeconds
:
15
strimzi-kafka-operator
:
createGlobalResources
:
false
# Might disable some of Strimzi's features
...
...
@@ -170,7 +72,6 @@ strimzi:
type
:
internal
tls
:
false
replicas
:
3
version
:
3.1.0
config
:
"
message.max.bytes"
:
"
134217728"
# 128 MB
"
replica.fetch.max.bytes"
:
"
134217728"
#128 MB
...
...
This diff is collapsed.
Click to expand it.
Sören Henning
@she
mentioned in issue
#352 (closed)
·
2 years ago
mentioned in issue
#352 (closed)
mentioned in issue #352
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment