|
@@ -11,8 +11,9 @@ Most of the Helm charts parameters are common, follow table describe unique para
|
|
|
|
|
|
## Example
|
|
|
To install Kafka-UI need to execute follow:
|
|
|
-``` bash
|
|
|
-helm install kafka-ui . --set envs.config.KAFKA_CLUSTERS_0_NAME=local --set envs.config.KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=kafka:9092
|
|
|
+``` bash
|
|
|
+helm repo add kafka-ui https://provectus.github.io/kafka-ui
|
|
|
+helm install kafka-ui kafka-ui/kafka-ui --set envs.config.KAFKA_CLUSTERS_0_NAME=local --set envs.config.KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=kafka:9092
|
|
|
```
|
|
|
To connect to Kafka-UI web application need to execute:
|
|
|
``` bash
|