apiVersion: networking.istio.io/v1alpha3 kind: VirtualService metadata: name: centraldashboard spec: gateways: - kubeflow-gateway hosts: - '*' http: - match: - uri: prefix: / rewrite: uri: / route: - destination: host: centraldashboard.$(CD_NAMESPACE).svc.$(CD_CLUSTER_DOMAIN) port: number: 80