|
|
@@ -68,28 +68,30 @@ The following table lists the configurable parameters of the emqx chart and thei
|
|
|
| `service.dashboard` | Port for dashboard and API. | 18083 |
|
|
|
| `service.nodePorts.mqtt` | Kubernetes node port for MQTT. | nil |
|
|
|
| `service.nodePorts.mqttssl` | Kubernetes node port for MQTT(SSL). | nil |
|
|
|
-| `service.nodePorts.mgmt` | Kubernetes node port for mgmt API. | nil |
|
|
|
| `service.nodePorts.ws` | Kubernetes node port for WebSocket/HTTP. | nil |
|
|
|
| `service.nodePorts.wss` | Kubernetes node port for WSS/HTTPS. | nil |
|
|
|
| `service.nodePorts.dashboard` | Kubernetes node port for dashboard. | nil |
|
|
|
| `service.loadBalancerIP` | loadBalancerIP for Service | nil |
|
|
|
| `service.loadBalancerSourceRanges` | Address(es) that are allowed when service is LoadBalancer | [] |
|
|
|
| `service.externalIPs` | ExternalIPs for the service | [] |
|
|
|
-`service.externalTrafficPolicy` | External Traffic Policy for the service | `Cluster`
|
|
|
+| `service.externalTrafficPolicy` | External Traffic Policy for the service | `Cluster`
|
|
|
| `service.annotations` | Service annotations | {}(evaluated as a template) |
|
|
|
| `ingress.dashboard.enabled` | Enable ingress for EMQX Dashboard | false |
|
|
|
| `ingress.dashboard.ingressClassName` | Set the ingress class for EMQX Dashboard | |
|
|
|
| `ingress.dashboard.path` | Ingress path for EMQX Dashboard | / |
|
|
|
| `ingress.dashboard.pathType` | Ingress pathType for EMQX Dashboard | `ImplementationSpecific` |
|
|
|
-| `ingress.dashboard.hosts` | Ingress hosts for EMQX Mgmt API | dashboard.emqx.local |
|
|
|
-| `ingress.dashboard.tls` | Ingress tls for EMQX Mgmt API | [] |
|
|
|
-| `ingress.dashboard.annotations` | Ingress annotations for EMQX Mgmt API | {} |
|
|
|
-| `ingress.mgmt.enabled` | Enable ingress for EMQX Mgmt API | false |
|
|
|
-| `ingress.dashboard.ingressClassName` | Set the ingress class for EMQX Mgmt API | |
|
|
|
-| `ingress.mgmt.path` | Ingress path for EMQX Mgmt API | / |
|
|
|
-| `ingress.mgmt.hosts` | Ingress hosts for EMQX Mgmt API | api.emqx.local |
|
|
|
-| `ingress.mgmt.tls` | Ingress tls for EMQX Mgmt API | [] |
|
|
|
-| `ingress.mgmt.annotations` | Ingress annotations for EMQX Mgmt API | {} |
|
|
|
+| `ingress.dashboard.hosts` | Ingress hosts for EMQX Dashboard | dashboard.emqx.local |
|
|
|
+| `ingress.dashboard.tls` | Ingress tls for EMQX Dashboard | [] |
|
|
|
+| `ingress.dashboard.annotations` | Ingress annotations for EMQX Dashboard | {} |
|
|
|
+| `ingress.dashboard.ingressClassName` | Set the ingress class for EMQX Dashboard | |
|
|
|
+| `ingress.mqtt.enabled` | Enable ingress for MQTT | false |
|
|
|
+| `ingress.mqtt.ingressClassName` | Set the ingress class for MQTT | |
|
|
|
+| `ingress.mqtt.path` | Ingress path for MQTT | / |
|
|
|
+| `ingress.mqtt.pathType` | Ingress pathType for MQTT | `ImplementationSpecific` |
|
|
|
+| `ingress.mqtt.hosts` | Ingress hosts for MQTT | mqtt.emqx.local |
|
|
|
+| `ingress.mqtt.tls` | Ingress tls for MQTT | [] |
|
|
|
+| `ingress.mqtt.annotations` | Ingress annotations for MQTT | {} |
|
|
|
+| `ingress.mqtt.ingressClassName` | Set the ingress class for MQTT | |
|
|
|
| `metrics.enable` | If set to true, [prometheus-operator](https://github.com/prometheus-operator/prometheus-operator) needs to be installed, and emqx_prometheus needs to enable | false |
|
|
|
| `metrics.type` | Now we only supported "prometheus" | "prometheus" |
|
|
|
| `ssl.enabled` | Enable SSL support | false |
|