Configuration
Most of the Helm charts parameters are common, follow table describes unique parameters related to application configuration.
Kafbat-UI parameters
Parameter | Description | Default |
---|---|---|
| Name of the existing ConfigMap with kafbat-ui environment variables |
|
| Name of the existing Secret with Kafbat-UI environment variables |
|
| Set of the sensitive environment variables to pass to Kafbat-UI |
|
| Set of the environment variables to pass to Kafbat-UI |
|
| Map with name and keyName keys, name refers to the existing ConfigMap, keyName refers to the ConfigMap key with Kafbat-UI config in Yaml format |
|
| Kafbat-UI config in Yaml format |
|
| Enable network policies |
|
| Custom network egress policy rules |
|
| Custom network ingress policy rules |
|
| Extra labels for Kafbat-UI pod |
|
| Enable OpenShift route to expose the Kafbat-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 Kafbat-UI need to execute follow:
To connect to Kafbat-UI web application need to execute:
Open the http://127.0.0.1:8080
on the browser to access Kafbat-UI.
Last updated