@@ -10,7 +10,7 @@ aliases:
1010<!--
1111Autogenerated content. Don't edit this file directly; edit sources instead.
1212metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/applications/_include/kafka.md
13- source: https://github.com/cozystack/cozystack/blob/v1.3.0 /packages/apps/kafka/README.md
13+ source: https://github.com/cozystack/cozystack/blob/release-1.3 /packages/apps/kafka/README.md
1414-->
1515
1616
@@ -36,30 +36,30 @@ source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/kafka/R
3636
3737### Kafka configuration
3838
39- | Name | Description | Type | Value |
40- | ------------------------ | -------------------------------------------------------------------------------------------------------- | ---------- | ------- |
41- | ` kafka ` | Kafka configuration. | ` object ` | ` {} ` |
42- | ` kafka.replicas ` | Number of Kafka replicas. | ` int ` | ` 3 ` |
43- | ` kafka.resources ` | Explicit CPU and memory configuration. When omitted, the preset defined in ` resourcesPreset ` is applied. | ` object ` | ` {} ` |
44- | ` kafka.resources.cpu ` | CPU available to each replica. | ` quantity ` | ` "" ` |
45- | ` kafka.resources.memory ` | Memory (RAM) available to each replica. | ` quantity ` | ` "" ` |
46- | ` kafka.resourcesPreset ` | Default sizing preset used when ` resources ` is omitted. | ` string ` | ` small ` |
47- | ` kafka.size ` | Persistent Volume size for Kafka. | ` quantity ` | ` 10Gi ` |
48- | ` kafka.storageClass ` | StorageClass used to store the Kafka data. | ` string ` | ` "" ` |
39+ | Name | Description | Type | Value |
40+ | ------------------------ | -------------------------------------------------------------------------------------------------------- | ---------- | -------- |
41+ | ` kafka ` | Kafka configuration. | ` object ` | ` {} ` |
42+ | ` kafka.replicas ` | Number of Kafka replicas. | ` int ` | ` 3 ` |
43+ | ` kafka.resources ` | Explicit CPU and memory configuration. When omitted, the preset defined in ` resourcesPreset ` is applied. | ` object ` | ` {} ` |
44+ | ` kafka.resources.cpu ` | CPU available to each replica. | ` quantity ` | ` "" ` |
45+ | ` kafka.resources.memory ` | Memory (RAM) available to each replica. | ` quantity ` | ` "" ` |
46+ | ` kafka.resourcesPreset ` | Default sizing preset used when ` resources ` is omitted. | ` string ` | ` medium ` |
47+ | ` kafka.size ` | Persistent Volume size for Kafka. | ` quantity ` | ` 10Gi ` |
48+ | ` kafka.storageClass ` | StorageClass used to store the Kafka data. | ` string ` | ` "" ` |
4949
5050
5151### ZooKeeper configuration
5252
53- | Name | Description | Type | Value |
54- | ---------------------------- | -------------------------------------------------------------------------------------------------------- | ---------- | ------- |
55- | ` zookeeper ` | ZooKeeper configuration. | ` object ` | ` {} ` |
56- | ` zookeeper.replicas ` | Number of ZooKeeper replicas. | ` int ` | ` 3 ` |
57- | ` zookeeper.resources ` | Explicit CPU and memory configuration. When omitted, the preset defined in ` resourcesPreset ` is applied. | ` object ` | ` {} ` |
58- | ` zookeeper.resources.cpu ` | CPU available to each replica. | ` quantity ` | ` "" ` |
59- | ` zookeeper.resources.memory ` | Memory (RAM) available to each replica. | ` quantity ` | ` "" ` |
60- | ` zookeeper.resourcesPreset ` | Default sizing preset used when ` resources ` is omitted. | ` string ` | ` small ` |
61- | ` zookeeper.size ` | Persistent Volume size for ZooKeeper. | ` quantity ` | ` 5Gi ` |
62- | ` zookeeper.storageClass ` | StorageClass used to store the ZooKeeper data. | ` string ` | ` "" ` |
53+ | Name | Description | Type | Value |
54+ | ---------------------------- | -------------------------------------------------------------------------------------------------------- | ---------- | -------- |
55+ | ` zookeeper ` | ZooKeeper configuration. | ` object ` | ` {} ` |
56+ | ` zookeeper.replicas ` | Number of ZooKeeper replicas. | ` int ` | ` 3 ` |
57+ | ` zookeeper.resources ` | Explicit CPU and memory configuration. When omitted, the preset defined in ` resourcesPreset ` is applied. | ` object ` | ` {} ` |
58+ | ` zookeeper.resources.cpu ` | CPU available to each replica. | ` quantity ` | ` "" ` |
59+ | ` zookeeper.resources.memory ` | Memory (RAM) available to each replica. | ` quantity ` | ` "" ` |
60+ | ` zookeeper.resourcesPreset ` | Default sizing preset used when ` resources ` is omitted. | ` string ` | ` medium ` |
61+ | ` zookeeper.size ` | Persistent Volume size for ZooKeeper. | ` quantity ` | ` 5Gi ` |
62+ | ` zookeeper.storageClass ` | StorageClass used to store the ZooKeeper data. | ` string ` | ` "" ` |
6363
6464
6565## Parameter examples and reference
0 commit comments