kayx23 commented on issue #2665:
URL:
https://github.com/apache/apisix-ingress-controller/issues/2665#issuecomment-3587935176
Make sure you have enabled stream mode and configured the TCP listening port:
```shell
helm upgrade -n ingress-apisix apisix apisix/apisix \
--set ... \ # add other parameters
--set "service.stream.enabled=true" \
--set "service.stream.tcp[0]=6379"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]