diff --git a/test2.yaml b/test2.yaml new file mode 100644 index 0000000..c06cb98 --- /dev/null +++ b/test2.yaml @@ -0,0 +1,28 @@ +apiVersion: machinelearning.seldon.io/v1 +kind: SeldonDeployment +metadata: + name: linear-pipeline-single-pod +spec: + name: linear-pipeline + predictors: + - componentSpecs: + - spec: + containers: + - image: seldonio/mock_classifier:1.0 + name: node-one + - image: seldonio/mock_classifier:1.0 + name: node-two + - image: seldonio/mock_classifier:1.0 + name: node-three + graph: + name: node-one + type: MODEL + children: + - name: node-two + type: MODEL + children: + - name: node-three + type: MODEL + children: [] + name: example + \ No newline at end of file