ArroyoSystems / arroyo

Distributed stream processing engine in Rust
https://arroyo.dev
Apache License 2.0
3.81k stars 220 forks source link

Helm chart has misconfigured service ports #682

Closed yonryzhu closed 4 months ago

yonryzhu commented 4 months ago

The Service defined by the Helm chart has hardcoded targetPorts but configurable pod containerPorts. This only works with the default chart values and breaks if any other ports are configured.

I recommend setting the targetPort to the name of the containerPort.

mwylde commented 4 months ago

Thanks for reporting this issue, this should be fixed with #690 and helm chart version 0.11.2.