stardog-union / helm-charts

Stardog Helm Charts
Apache License 2.0
9 stars 12 forks source link

Service: Sql port name does not work with Istio / connection cannot be established as a result #103

Open anerathil opened 7 months ago

anerathil commented 7 months ago

Hey,

as Istio requires strict naming, the name "sql" in the service for the port 5806/TCP is wrong. To ensure Istio compatibility the name should be "mysql". Otherwise connections can't be established.

Cheers :)