tokers opened a new issue, #443: URL: https://github.com/apache/apisix-helm-chart/issues/443
Currently, the element of the `gateway.stream.tcp[]` and `gateway.stream.udp[]` arrays is port number (see https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix/templates/service-gateway.yaml#L71-L76), but in APISIX config-default.yaml, one can configure a structure with fields (see https://github.com/apache/apisix/blob/master/conf/config-default.yaml#L86-L89): ``` #stream_proxy: # TCP/UDP proxy # only: true # use stream proxy only, don't enable HTTP stuff # tcp: # TCP proxy port list # - addr: 9100 # tls: true # - addr: "127.0.0.1:9101" ``` So helm chart should be updated. -- 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]
