From 36b5982630ebd441d74b591b4f5307dcd86faf43 Mon Sep 17 00:00:00 2001 From: Fernando Almeida Date: Tue, 25 Jan 2022 16:10:29 +0000 Subject: [PATCH] feat(helm-chart): fix value in WSS example --- deploy/charts/emqx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/emqx/README.md b/deploy/charts/emqx/README.md index 3b5d66a7f..8b7a82cd9 100644 --- a/deploy/charts/emqx/README.md +++ b/deploy/charts/emqx/README.md @@ -104,7 +104,7 @@ The following settings describe a working scenario for acessing [EMQx](https://w ```yaml ingress: wss: - enabled: false + enabled: true # ingressClassName: nginx annotations: nginx.ingress.kubernetes.io/backend-protocol: "http"