happy-journalist-26770
09/23/2025, 8:52 AM<https://metaflow-ui.custom-domain.com/api/flows/><flowname>/runs/<int>/steps/start/tasks/<int>/cards/default/b536b0266f7744c2a28e6d00c6ecdfeb
I have deployed on k8s using helm charts
Images:
public.ecr.aws/outerbounds/metaflow_metadata_service:v2.5.0
public.ecr.aws/outerbounds/metaflow_ui:v1.3.5-157-gfc826fad-obp
Please do let me know if im missing anything or i need share any other detailshappy-journalist-26770
09/23/2025, 8:52 AMapiVersion: <http://networking.istio.io/v1|networking.istio.io/v1>
kind: VirtualService
metadata:
name: metaflow-ui-vs
namespace: metaflow
spec:
hosts:
- {{ .Values.virtualService.host | quote }}
gateways:
- {{ .Values.virtualService.gateway | quote }}
http:
- match:
- uri:
prefix: /api
route:
- destination:
host: {{ printf "%s-metaflow-ui.metaflow.svc.cluster.local" .Release.Name }}
port:
number: 8083
- match:
- uri:
prefix: /
route:
- destination:
host: {{ printf "%s-metaflow-ui-static.metaflow.svc.cluster.local" .Release.Name }}
port:
number: 3000