diff --git a/test01/pipeline.yaml b/test01/pipeline.yaml index 6ef9aa5..e3837be 100644 --- a/test01/pipeline.yaml +++ b/test01/pipeline.yaml @@ -17,10 +17,22 @@ spec: - containerPort: 8082 name: http protocol: TCP + - image: mxfox.ru/palkan/seldon1:latest + imagePullPolicy: Always + name: model-a + ports: + - containerPort: 8083 + name: http + protocol: TCP graph: endpoint: type: REST name: model-b type: MODEL + children: + endpoint: + type: REST + type: MODEL + name: model-a name: pipeline-predictor replicas: 1