apisix-helm-chart
apisix-helm-chart copied to clipboard
upstream_proxy to support TLS over TCP
Does it seem that the helm chart doesn't support this configuration? As [0] showed stream_proxy.tcp are anyway list of ports rather than [addr=9100,tls=true] as [1]?
[0] - https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix/templates/configmap.yaml [1] - https://apisix.apache.org/docs/apisix/stream-proxy/#accept-tls-over-tcp-connection
Yes, the TLS support is not exposed via the Helm Chart.
Would you like to submit a PR to support it? Thanks!
@tokers I submitted a PR . Could you review it?