Skip to content

Commit

Permalink
single replica
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsaniara committed Dec 24, 2022
1 parent 71792b0 commit f80e630
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
3 changes: 2 additions & 1 deletion charts/cp-kafka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ persistence:
disksPerBroker: 1

## Kafka JVM Heap Option
heapOptions: "-Xms512M -Xmx512M"
#heapOptions: "-Xms512M -Xmx512M"
heapOptions: "-Xms256M -Xmx256M"

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down
3 changes: 2 additions & 1 deletion charts/cp-schema-registry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ customEnv: {}
servicePort: 8081

## Schema registry JVM Heap Option
heapOptions: "-Xms512M -Xmx512M"
#heapOptions: "-Xms512M -Xmx512M"
heapOptions: "-Xms256M -Xmx256M"

## You can list load balanced service endpoint, or list of all brokers (which is hard in K8s). e.g.:
## bootstrapServers: "PLAINTEXT://dozing-prawn-kafka-headless:9092"
Expand Down
3 changes: 2 additions & 1 deletion charts/cp-zookeeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ autoPurgeSnapRetainCount: 3
autoPurgePurgeInterval: 24

## Zookeeper JVM Heap Option
heapOptions: "-Xms512M -Xmx512M"
#heapOptions: "-Xms512M -Xmx512M"
heapOptions: "-Xms256M -Xmx256M"

## Port
## ref: https://zookeeper.apache.org/doc/r3.4.10/zookeeperAdmin.html#sc_configuration
Expand Down
Binary file modified docs/cp-helm-charts-0.6.1.tgz
Binary file not shown.
20 changes: 10 additions & 10 deletions docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ entries:
cp-helm-charts:
- apiVersion: v1
appVersion: "1.0"
created: "2022-12-24T02:09:09.027674-08:00"
created: "2022-12-24T10:00:32.457249-08:00"
dependencies:
- condition: cp-kafka.enabled
name: cp-kafka
Expand Down Expand Up @@ -34,14 +34,14 @@ entries:
repository: file://./charts/cp-control-center
version: 0.1.0
description: A Helm chart for Confluent Platform Community Edition
digest: 2ecd5df5690cab7745344f827813be6e14f8a0019d3c0c1da5d035d9b3a3e71f
digest: 6b8127e4f6673fb67664893775813a7d4deb2df728628041a717eed6e4353d89
name: cp-helm-charts
urls:
- cp-helm-charts-0.6.1.tgz
version: 0.6.1
- apiVersion: v1
appVersion: "1.0"
created: "2022-12-24T02:09:09.042058-08:00"
created: "2022-12-24T10:00:32.472381-08:00"
dependencies:
- condition: cp-kafka.enabled
name: cp-kafka
Expand Down Expand Up @@ -72,14 +72,14 @@ entries:
repository: file://./charts/cp-control-center
version: 0.1.0
description: A Helm chart for Confluent Platform Community Edition
digest: 479f4f0e674bae7892bc0c64332be2219da9bf3858ab1b9cdf776c83c68482f5
digest: 2ecd5df5690cab7745344f827813be6e14f8a0019d3c0c1da5d035d9b3a3e71f
name: cp-helm-charts
urls:
- docs/cp-helm-charts-0.6.1.tgz
version: 0.6.1
- apiVersion: v1
appVersion: "1.0"
created: "2022-12-24T02:09:09.039105-08:00"
created: "2022-12-24T10:00:32.469519-08:00"
dependencies:
- condition: cp-kafka.enabled
name: cp-kafka
Expand Down Expand Up @@ -117,7 +117,7 @@ entries:
version: 0.6.0
- apiVersion: v1
appVersion: "1.0"
created: "2022-12-24T02:09:09.03686-08:00"
created: "2022-12-24T10:00:32.46726-08:00"
dependencies:
- condition: cp-kafka.enabled
name: cp-kafka
Expand Down Expand Up @@ -155,7 +155,7 @@ entries:
version: 0.5.0
- apiVersion: v1
appVersion: "1.0"
created: "2022-12-24T02:09:09.034759-08:00"
created: "2022-12-24T10:00:32.465006-08:00"
dependencies:
- condition: cp-kafka.enabled
name: cp-kafka
Expand Down Expand Up @@ -193,7 +193,7 @@ entries:
version: 0.4.1
- apiVersion: v1
appVersion: "1.0"
created: "2022-12-24T02:09:09.031705-08:00"
created: "2022-12-24T10:00:32.461991-08:00"
dependencies:
- condition: cp-kafka.enabled
name: cp-kafka
Expand Down Expand Up @@ -231,7 +231,7 @@ entries:
version: 0.4.0
- apiVersion: v1
appVersion: "1.0"
created: "2022-12-24T02:09:09.029615-08:00"
created: "2022-12-24T10:00:32.459378-08:00"
dependencies:
- condition: cp-kafka.enabled
name: cp-kafka
Expand Down Expand Up @@ -263,4 +263,4 @@ entries:
urls:
- docs/cp-helm-charts-0.1.0.tgz
version: 0.1.0
generated: "2022-12-24T02:09:09.024606-08:00"
generated: "2022-12-24T10:00:32.453854-08:00"

0 comments on commit f80e630

Please sign in to comment.