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
|
```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"
|
||||||
|
|
Loading…
Reference in New Issue