This commit is contained in:
Pavel Dmitriev 2023-10-06 21:48:43 +03:00
parent 85aa77843c
commit 1322af577a
1 changed files with 12 additions and 0 deletions

View File

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