Просмотр исходного кода

feat(helm-chart): fix value in WSS example

Fernando Almeida 4 лет назад
Родитель
Сommit
36b5982630
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      deploy/charts/emqx/README.md

+ 1 - 1
deploy/charts/emqx/README.md

@@ -104,7 +104,7 @@ The following settings describe a working scenario for acessing [EMQx](https://w
 ```yaml
 ```yaml
 ingress:
 ingress:
   wss:
   wss:
-    enabled: false
+    enabled: true
     # ingressClassName: nginx
     # ingressClassName: nginx
     annotations:
     annotations:
       nginx.ingress.kubernetes.io/backend-protocol: "http"
       nginx.ingress.kubernetes.io/backend-protocol: "http"