Repository for dip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tenant-catalog/kubeflow/apps/volumes-web-app/upstream/overlays/istio/virtual-service.yaml

24 lines
476 B

apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: volumes-web-app-volumes-web-app
spec:
gateways:
- kubeflow-gateway
hosts:
- '*'
http:
- headers:
request:
add:
x-forwarded-prefix: /volumes
match:
- uri:
prefix: /volumes/
rewrite:
uri: /
route:
- destination:
host: volumes-web-app-service.$(VWA_NAMESPACE).svc.$(VWA_CLUSTER_DOMAIN)
port:
number: 80