apache / apisix-helm-chart

Apache APISIX Helm Chart
https://apisix.apache.org/
Apache License 2.0
230 stars 208 forks source link

upstream_proxy to support TLS over TCP #348

Open wey-gu opened 2 years ago

wey-gu commented 2 years ago

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

tokers commented 2 years ago

Yes, the TLS support is not exposed via the Helm Chart.

Would you like to submit a PR to support it? Thanks!

cr7258 commented 1 year ago

@tokers I submitted a PR . Could you review it?