mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-08-03 19:54:16 -04:00
21 lines
386 B
YAML
21 lines
386 B
YAML
apiVersion: networking.istio.io/v1alpha3
|
|
kind: VirtualService
|
|
metadata:
|
|
name: metadata-ui
|
|
spec:
|
|
gateways:
|
|
- kubeflow-gateway
|
|
hosts:
|
|
- '*'
|
|
http:
|
|
- match:
|
|
- uri:
|
|
prefix: /metadata
|
|
rewrite:
|
|
uri: /metadata
|
|
route:
|
|
- destination:
|
|
host: $(service).$(ui-namespace).svc.$(ui-clusterDomain)
|
|
port:
|
|
number: 80
|
|
timeout: 300s
|