Add model registry v0.2.19
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
apiVersion: networking.istio.io/v1alpha3
|
||||
kind: VirtualService
|
||||
metadata:
|
||||
name: model-registry
|
||||
spec:
|
||||
gateways:
|
||||
- kubeflow-gateway
|
||||
hosts:
|
||||
- '*'
|
||||
http:
|
||||
- match:
|
||||
- uri:
|
||||
prefix: /api/model_registry/
|
||||
route:
|
||||
- destination:
|
||||
host: model-registry-service.kubeflow.svc.cluster.local
|
||||
port:
|
||||
number: 8080
|
||||
- match:
|
||||
- port: 9090
|
||||
- authority:
|
||||
regex: model-registry-service(\..+)?(:9090)?
|
||||
- uri:
|
||||
prefix: /ml_metadata.MetadataStoreService/
|
||||
route:
|
||||
- destination:
|
||||
host: model-registry-service.kubeflow.svc.cluster.local
|
||||
port:
|
||||
number: 9090
|
||||
Reference in New Issue
Block a user