mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-22 11:35:58 +10:00
bump version and update README.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: kafka
|
||||
version: 7.0.5
|
||||
version: 7.1.0
|
||||
appVersion: 2.4.0
|
||||
description: Apache Kafka is a distributed streaming platform.
|
||||
keywords:
|
||||
|
||||
@@ -122,6 +122,8 @@ The following tables lists the configurable parameters of the Kafka chart and th
|
||||
| `service.nodePort` | Kubernetes Service nodePort | `nil` |
|
||||
| `service.loadBalancerIP` | loadBalancerIP for Kafka Service | `nil` |
|
||||
| `service.annotations` | Service annotations | `` |
|
||||
| `serviceAccount.create` | Enable creation of ServiceAccount for kafka pod | `false` |
|
||||
| `serviceAccount.name` | Name of the created serviceAccount | `nil` |
|
||||
| `persistence.enabled` | Enable Kafka persistence using PVC, note that Zookeeper perisstency is unaffected | `true` |
|
||||
| `persistence.existingClaim` | Provide an existing `PersistentVolumeClaim`, the value is evaluated as a template. | `nil` |
|
||||
| `persistence.storageClass` | PVC Storage Class for Kafka volume | `nil` |
|
||||
|
||||
Reference in New Issue
Block a user