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

This commit is contained in:
Fernando Almeida 2022-01-25 16:10:29 +00:00
parent 43624d6407
commit 36b5982630
1 changed files with 1 additions and 1 deletions

View File

@ -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"