This commit is contained in:
Pavel Dmitriev 2023-10-06 22:17:21 +03:00
parent 489336af0d
commit 034478ac47
1 changed files with 28 additions and 0 deletions

28
test2.yaml Normal file
View File

@ -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