mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-07-14 18:29:41 -04:00
20 lines
353 B
YAML
20 lines
353 B
YAML
apiVersion: networking.istio.io/v1alpha3
|
|
kind: VirtualService
|
|
metadata:
|
|
name: katib-ui
|
|
spec:
|
|
gateways:
|
|
- kubeflow-gateway
|
|
hosts:
|
|
- '*'
|
|
http:
|
|
- match:
|
|
- uri:
|
|
prefix: /katib/
|
|
rewrite:
|
|
uri: /katib/
|
|
route:
|
|
- destination:
|
|
host: katib-ui.$(namespace).svc.$(clusterDomain)
|
|
port:
|
|
number: 80
|