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/common/dex/overlays/istio/virtual-service.yaml

18 lines
326 B

apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: dex
spec:
gateways:
- kubeflow/kubeflow-gateway
hosts:
- '*'
http:
- match:
- uri:
prefix: /dex/
route:
- destination:
host: DEX_SERVICE.DEX_NAMESPACE.svc.cluster.local
port:
number: 5556