# Purpose: Defines Istio traffic routing rules apiVersion: networking.istio.io/v1beta1 kind: VirtualService metadata: name: llm-trace-langfuse spec: hosts: - llm-trace-langfuse # ← Service discovery name http: - route: - destination: host: llm-trace-langfuse-rest-auth-proxy # ← Routes to auth proxy first