From 489336af0db23cedccba83f8dc620aa01d4d85fb Mon Sep 17 00:00:00 2001 From: Pavel Dmitriev Date: Fri, 6 Oct 2023 22:13:39 +0300 Subject: [PATCH] 1 --- test01/pipeline.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/test01/pipeline.yaml b/test01/pipeline.yaml index b635dae..fa0a6c1 100644 --- a/test01/pipeline.yaml +++ b/test01/pipeline.yaml @@ -25,14 +25,11 @@ spec: name: http protocol: TCP graph: - endpoint: - type: REST name: model-b - type: TRANSFORMER + type: MODEL children: - - endpoint: - type: REST + - name: model-a type: MODEL - name: model-a + children: [] name: pipeline-predictor replicas: 1