Hi, I have a mesh with mixed http and TCP services, one of my TCP services is apparently being detected as HTTP, and I can’t reach it when the istio sidecar is injected.
I’ve found the following page on documentation regarding manual protocol selection: https://istio.io/docs/ops/configuration/traffic-management/protocol-selection/
But I couldn’t make it work, how do I apply it? There is no apiversion in the example and I’ve tried with networking.istio.io/v1alpha3 and networking.istio.io/v1alpha1 without success.
Thank you!