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.
22 lines
483 B
22 lines
483 B
# This config is gated on kiali upgrade to 0.21 from 0.16 in istio 1.1.6:
|
|
# https://github.com/kiali/kiali/issues/1154
|
|
# https://github.com/istio/istio/issues/11131
|
|
|
|
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.$(namespace).svc.cluster.local
|
|
port:
|
|
number: 5556
|
|
|