浏览代码

Add OpenShift route Helm Chart parameters configuration (#3778)

Jose Roman Martin Gil 2 年之前
父节点
当前提交
ffb99f089a
共有 1 个文件被更改,包括 17 次插入12 次删除
  1. 17 12
      configuration/helm-charts/configuration.md

+ 17 - 12
configuration/helm-charts/configuration.md

@@ -4,18 +4,23 @@ Most of the Helm charts parameters are common, follow table describes unique par
 
 #### Kafka-UI parameters
 
-| Parameter                                | Description                                                                                                                                    | Default |
-| ---------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
-| `existingConfigMap`                      | Name of the existing ConfigMap with Kafka-UI environment variables                                                                             | `nil`   |
-| `existingSecret`                         | Name of the existing Secret with Kafka-UI environment variables                                                                                | `nil`   |
-| `envs.secret`                            | Set of the sensitive environment variables to pass to Kafka-UI                                                                                 | `{}`    |
-| `envs.config`                            | Set of the environment variables to pass to Kafka-UI                                                                                           | `{}`    |
-| `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 | `{}`    |
-| `yamlApplicationConfig`                  | Kafka-UI config in Yaml format                                                                                                                 | `{}`    |
-| `networkPolicy.enabled`                  | Enable network policies                                                                                                                        | `false` |
-| `networkPolicy.egressRules.customRules`  | Custom network egress policy rules                                                                                                             | `[]`    |
-| `networkPolicy.ingressRules.customRules` | Custom network ingress policy rules                                                                                                            | `[]`    |
-| `podLabels`                              | Extra labels for Kafka-UI pod                                                                                                                  | `{}`    |
+| Parameter                                 | Description                                                                                                                                    | Default     |
+| ----------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
+| `existingConfigMap`                       | Name of the existing ConfigMap with Kafka-UI environment variables                                                                             | `nil`       |
+| `existingSecret`                          | Name of the existing Secret with Kafka-UI environment variables                                                                                | `nil`       |
+| `envs.secret`                             | Set of the sensitive environment variables to pass to Kafka-UI                                                                                 | `{}`        |
+| `envs.config`                             | Set of the environment variables to pass to Kafka-UI                                                                                           | `{}`        |
+| `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 | `{}`        |
+| `yamlApplicationConfig`                   | Kafka-UI config in Yaml format                                                                                                                 | `{}`        |
+| `networkPolicy.enabled`                   | Enable network policies                                                                                                                        | `false`     |
+| `networkPolicy.egressRules.customRules`   | Custom network egress policy rules                                                                                                             | `[]`        |
+| `networkPolicy.ingressRules.customRules`  | Custom network ingress policy rules                                                                                                            | `[]`        |
+| `podLabels`                               | Extra labels for Kafka-UI pod                                                                                                                  | `{}`        |
+| `route.enabled`                           | Enable OpenShift route to expose the Kafka-UI service                                                                                          | `false`     |
+| `route.annotations`                       | Add annotations to the OpenShift route                                                                                                         | `{}`        |
+| `route.tls.enabled`                       | Enable OpenShift route as a secured endpoint                                                                                                   | `false`     |
+| `route.tls.termination`                   | Set OpenShift Route TLS termination                                                                                                            | `edge`      |
+| `route.tls.insecureEdgeTerminationPolicy` | Set OpenShift Route Insecure Edge Termination Policy                                                                                           | `Redirect`  |
 
 ### Example