***
This commit is contained in:
parent
85aa77843c
commit
1322af577a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue