Revolyssup commented on issue #9870: URL: https://github.com/apache/apisix/issues/9870#issuecomment-1643573140
>  Is this where the port is configured? 32333 is not mapped to tcp proxy port. How is it set up? Could you please tell me, thank you Yes this is where its setup. If you have used helm to install. Either you can edit this and pass the new values.yaml file using `-f` flag with helm install. Or With helm install, you can add `--set` flag to overridde these valued. For eg: `helm install ...... --set gateway.stream.enabled=true --set gateway.stream.tcp[0]=<your port> .......` After installation like this, doing you should see extra port mappings on your apisix-gateway service. -- 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]
