pavankumar-go opened a new pull request, #787:
URL: https://github.com/apache/apisix-helm-chart/pull/787
currently for gateway service only parameter (i.e., port) is used. which is
quite limiting in few scenarios
```
additionalContainerPorts:
- port: 9081
```
With added changes:
```
additionalContainerPorts:
- port: 8443
servicePort: 80 # optional, if not set uses `.port` value, hence it
does not cause breaking changes
nodePort: 30303 # optional
```
--
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]