Преглед изворни кода

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

Fernando Almeida пре 4 година
родитељ
комит
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
 ingress:
   wss:
-    enabled: false
+    enabled: true
     # ingressClassName: nginx
     annotations:
       nginx.ingress.kubernetes.io/backend-protocol: "http"