[bitnami/kafka] Minor typo fix in README for Kafka listeners (#36426)

* Minor typo fix in README for Kafka listeners

Came across when going through the docs, just a minor typo ?

Signed-off-by: Kiran <nkirandroid@gmail.com>

* Update README.md

Signed-off-by: Carlos Rodríguez Hernández <carlos.rodriguez-hernandez@broadcom.com>

---------

Signed-off-by: Kiran <nkirandroid@gmail.com>
Signed-off-by: Carlos Rodríguez Hernández <carlos.rodriguez-hernandez@broadcom.com>
Co-authored-by: Carlos Rodríguez Hernández <carlos.rodriguez-hernandez@broadcom.com>
This commit is contained in:
Kiran
2026-01-07 08:20:44 +01:00
committed by GitHub
parent 6b08b98109
commit b5e10d87d6

View File

@@ -66,7 +66,7 @@ This chart allows you to automatically configure Kafka with 4 listeners:
- One for controller communications.
- A second one for inter-broker communications.
- A third one for communications with clients within the K8s cluster.
- (optional) a forth listener for communications with clients outside the K8s cluster. Check [this section](#accessing-kafka-brokers-from-outside-the-cluster) for more information.
- (optional) A fourth listener for communications with clients outside the K8s cluster. Check [this section](#accessing-kafka-brokers-from-outside-the-cluster) for more information.
For more complex configurations, set the `listeners`, `advertisedListeners` and `listenerSecurityProtocolMap` parameters as needed.