From 1322af577a3de462c5560a40b3f97e90ccce09ba Mon Sep 17 00:00:00 2001 From: Pavel Dmitriev Date: Fri, 6 Oct 2023 21:48:43 +0300 Subject: [PATCH] *** --- test01/pipeline.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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