|
2 | 2 |
|
3 | 3 | Most of the Helm charts parameters are common, follow table describes unique parameters related to application configuration.
|
4 | 4 |
|
5 |
| -#### Kafka-UI parameters |
| 5 | +#### Kafbat-UI parameters |
6 | 6 |
|
7 | 7 | | Parameter | Description | Default |
|
8 |
| -| ----------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | |
9 |
| -| `existingConfigMap` | Name of the existing ConfigMap with Kafka-UI environment variables | `nil` | |
10 |
| -| `existingSecret` | Name of the existing Secret with Kafka-UI environment variables | `nil` | |
11 |
| -| `envs.secret` | Set of the sensitive environment variables to pass to Kafka-UI | `{}` | |
12 |
| -| `envs.config` | Set of the environment variables to pass to Kafka-UI | `{}` | |
13 |
| -| `yamlApplicationConfigConfigMap` | 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 | `{}` | |
14 |
| -| `yamlApplicationConfig` | Kafka-UI config in Yaml format | `{}` | |
| 8 | +| ----------------------------------------- |------------------------------------------------------------------------------------------------------------------------------------------------| ----------- | |
| 9 | +| `existingConfigMap` | Name of the existing ConfigMap with kafbat-ui environment variables | `nil` | |
| 10 | +| `existingSecret` | Name of the existing Secret with Kafbat-UI environment variables | `nil` | |
| 11 | +| `envs.secret` | Set of the sensitive environment variables to pass to Kafbat-UI | `{}` | |
| 12 | +| `envs.config` | Set of the environment variables to pass to Kafbat-UI | `{}` | |
| 13 | +| `yamlApplicationConfigConfigMap` | 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 | `{}` | |
| 14 | +| `yamlApplicationConfig` | Kafbat-UI config in Yaml format | `{}` | |
15 | 15 | | `networkPolicy.enabled` | Enable network policies | `false` |
|
16 | 16 | | `networkPolicy.egressRules.customRules` | Custom network egress policy rules | `[]` |
|
17 | 17 | | `networkPolicy.ingressRules.customRules` | Custom network ingress policy rules | `[]` |
|
18 |
| -| `podLabels` | Extra labels for Kafka-UI pod | `{}` | |
19 |
| -| `route.enabled` | Enable OpenShift route to expose the Kafka-UI service | `false` | |
| 18 | +| `podLabels` | Extra labels for Kafbat-UI pod | `{}` | |
| 19 | +| `route.enabled` | Enable OpenShift route to expose the Kafbat-UI service | `false` | |
20 | 20 | | `route.annotations` | Add annotations to the OpenShift route | `{}` |
|
21 | 21 | | `route.tls.enabled` | Enable OpenShift route as a secured endpoint | `false` |
|
22 | 22 | | `route.tls.termination` | Set OpenShift Route TLS termination | `edge` |
|
23 | 23 | | `route.tls.insecureEdgeTerminationPolicy` | Set OpenShift Route Insecure Edge Termination Policy | `Redirect` |
|
24 | 24 |
|
25 | 25 | ### Example
|
26 | 26 |
|
27 |
| -To install Kafka-UI need to execute follow: |
| 27 | +To install Kafbat-UI need to execute follow: |
28 | 28 |
|
29 | 29 | ```bash
|
30 |
| -helm repo add kafka-ui https://provectus.github.io/kafka-ui |
| 30 | +helm repo add kafka-ui https://kafbat.github.io/helm-charts |
31 | 31 | 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
|
32 | 32 | ```
|
33 | 33 |
|
34 |
| -To connect to Kafka-UI web application need to execute: |
| 34 | +To connect to Kafbat-UI web application need to execute: |
35 | 35 |
|
36 | 36 | ```bash
|
37 |
| -kubectl port-forward svc/kafka-ui 8080:80 |
| 37 | +kubectl port-forward svc/kafbat-ui 8080:80 |
38 | 38 | ```
|
39 | 39 |
|
40 |
| -Open the `http://127.0.0.1:8080` on the browser to access Kafka-UI. |
| 40 | +Open the `http://127.0.0.1:8080` on the browser to access Kafbat-UI. |
0 commit comments