feat(helm-chart): fix value in WSS example
This commit is contained in:
parent
43624d6407
commit
36b5982630
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue