Skip to content

Commit d1fb373

Browse files
committed
2 parents 089a6be + 746ec5e commit d1fb373

74 files changed

Lines changed: 9984 additions & 6 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

addons/index.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ entries:
6666
kafka:
6767
- version: 3.6
6868
description: "Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications."
69+
- version: 4.2
70+
description: "Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications."
6971
pmm:
7072
- version: 2.41
7173
description: "Percona Monitoring and Management: an open source database monitoring, observability and management tool ."

addons/kafka/3.6/plans/standard-16c32g3w/values.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,17 @@ controller:
2626
## @param controller.persistence.size PVC Storage Request for Kafka data volume
2727
##
2828
size: 768Gi
29+
30+
## @section Broker-only statefulset parameters
31+
##
32+
broker:
33+
## @param broker.heapOpts Kafka Java Heap size for broker-only nodes
34+
##
35+
heapOpts: -Xmx16G -Xms16G
36+
resources:
37+
limits:
38+
cpu: 16
39+
memory: 32Gi
40+
requests:
41+
cpu: 2
42+
memory: 4Gi

addons/kafka/3.6/plans/standard-1c2g3w/values.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,18 @@ controller:
2626
## @param controller.persistence.size PVC Storage Request for Kafka data volume
2727
##
2828
size: 16Gi
29+
30+
## @section Broker-only statefulset parameters
31+
##
32+
broker:
33+
## @param broker.heapOpts Kafka Java Heap size for broker-only nodes
34+
##
35+
heapOpts: -Xmx1024m -Xms1024m
36+
resources:
37+
limits:
38+
cpu: 1
39+
memory: 2Gi
40+
requests:
41+
cpu: 200m
42+
memory: 256Mi
43+

addons/kafka/3.6/plans/standard-24c64g3w/values.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,17 @@ controller:
2626
## @param controller.persistence.size PVC Storage Request for Kafka data volume
2727
##
2828
size: 1Ti
29+
30+
## @section Broker-only statefulset parameters
31+
##
32+
broker:
33+
## @param broker.heapOpts Kafka Java Heap size for broker-only nodes
34+
##
35+
heapOpts: -Xmx32G -Xms32G
36+
resources:
37+
limits:
38+
cpu: 24
39+
memory: 64Gi
40+
requests:
41+
cpu: 3
42+
memory: 8Gi

addons/kafka/3.6/plans/standard-2c4g3w/values.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,17 @@ controller:
2626
## @param controller.persistence.size PVC Storage Request for Kafka data volume
2727
##
2828
size: 64Gi
29+
30+
## @section Broker-only statefulset parameters
31+
##
32+
broker:
33+
## @param broker.heapOpts Kafka Java Heap size for broker-only nodes
34+
##
35+
heapOpts: -Xmx2048m -Xms2048m
36+
resources:
37+
limits:
38+
cpu: 2
39+
memory: 4Gi
40+
requests:
41+
cpu: 400m
42+
memory: 512Mi

addons/kafka/3.6/plans/standard-4c8g3w/values.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,17 @@ controller:
2626
## @param controller.persistence.size PVC Storage Request for Kafka data volume
2727
##
2828
size: 256Gi
29+
30+
## @section Broker-only statefulset parameters
31+
##
32+
broker:
33+
## @param broker.heapOpts Kafka Java Heap size for broker-only nodes
34+
##
35+
heapOpts: -Xmx4G -Xms4G
36+
resources:
37+
limits:
38+
cpu: 4
39+
memory: 8Gi
40+
requests:
41+
cpu: 500m
42+
memory: 1Gi

addons/kafka/3.6/plans/standard-8c16g3w/values.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,17 @@ controller:
2626
## @param controller.persistence.size PVC Storage Request for Kafka data volume
2727
##
2828
size: 512Gi
29+
30+
## @section Broker-only statefulset parameters
31+
##
32+
broker:
33+
## @param broker.heapOpts Kafka Java Heap size for broker-only nodes
34+
##
35+
heapOpts: -Xmx8G -Xms8G
36+
resources:
37+
limits:
38+
cpu: 8
39+
memory: 16Gi
40+
requests:
41+
cpu: 1
42+
memory: 2Gi
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Copyright Drycc Community.
2+
# SPDX-License-Identifier: APACHE-2.0
3+
4+
annotations:
5+
category: Infrastructure
6+
licenses: Apache-2.0
7+
apiVersion: v2
8+
appVersion: 4.2.0
9+
dependencies:
10+
- name: common
11+
repository: oci://registry.drycc.cc/charts
12+
version: ~1.1.4
13+
description: Apache Kafka is a distributed streaming platform designed to build real-time pipelines and can be used as a message broker or as a replacement for a log aggregation solution for big data applications.
14+
home: https://github.com/drycc-addons/addons/tree/main/addons/kafka/4.2
15+
icon: https://bitnami.com/assets/stacks/kafka/img/kafka-stack-220x234.png
16+
keywords:
17+
- kafka
18+
- streaming
19+
- producer
20+
- consumer
21+
maintainers:
22+
- name: Drycc Community.
23+
url: https://github.com/drycc-addons/addons
24+
name: kafka
25+
sources:
26+
- https://github.com/drycc-addons/addons/tree/main/addons/kafka
27+
version: 32.4.4

0 commit comments

Comments
 (0)