***
This commit is contained in:
parent
85aa77843c
commit
1322af577a
|
@ -17,10 +17,22 @@ spec:
|
||||||
- containerPort: 8082
|
- containerPort: 8082
|
||||||
name: http
|
name: http
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
- image: mxfox.ru/palkan/seldon1:latest
|
||||||
|
imagePullPolicy: Always
|
||||||
|
name: model-a
|
||||||
|
ports:
|
||||||
|
- containerPort: 8083
|
||||||
|
name: http
|
||||||
|
protocol: TCP
|
||||||
graph:
|
graph:
|
||||||
endpoint:
|
endpoint:
|
||||||
type: REST
|
type: REST
|
||||||
name: model-b
|
name: model-b
|
||||||
type: MODEL
|
type: MODEL
|
||||||
|
children:
|
||||||
|
endpoint:
|
||||||
|
type: REST
|
||||||
|
type: MODEL
|
||||||
|
name: model-a
|
||||||
name: pipeline-predictor
|
name: pipeline-predictor
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
|
Loading…
Reference in New Issue