k8s上部署emqx,只监听了一个tcp端口
加一行这个就可以了:
listeners:{ws:{default:{bind:"0.0.0.0:8083", max_connections:10240}}}
更多配置项可以参考 WebSocket 配置项 文档。