I wanted to pass the traces through port 14317 (And 14317 in the backend), while still having the UI available in port 443 (And 14318 in the backend).
I couldn't find any way to do it since the backend-port is attached directly to the HTTP port for the service:
{{- $svcPort := .Values.service.http_port -}}
Am I missing anything?
If I'm not missing anything, I'll create a fix for this (Enable to override the svc port)