Configuration
Most of the Helm charts parameters are common, follow table describes unique parameters related to application configuration.
Kafka-UI parameters
Parameter | Description | Default |
---|---|---|
| Name of the existing ConfigMap with Kafka-UI environment variables |
|
| Name of the existing Secret with Kafka-UI environment variables |
|
| Set of the sensitive environment variables to pass to Kafka-UI |
|
| Set of the environment variables to pass to Kafka-UI |
|
| Map with name and keyName keys, name refers to the existing ConfigMap, keyName refers to the ConfigMap key with Kafka-UI config in Yaml format |
|
| Kafka-UI config in Yaml format |
|
| Enable network policies |
|
| Custom network egress policy rules |
|
| Custom network ingress policy rules |
|
| Extra labels for Kafka-UI pod |
|
| Enable OpenShift route to expose the Kafka-UI service |
|
| Add annotations to the OpenShift route |
|
| Enable OpenShift route as a secured endpoint |
|
| Set OpenShift Route TLS termination |
|
| Set OpenShift Route Insecure Edge Termination Policy |
|
Example
To install Kafka-UI need to execute follow:
To connect to Kafka-UI web application need to execute:
Open the http://127.0.0.1:8080
on the browser to access Kafka-UI.
Last updated