***1
This commit is contained in:
parent
034478ac47
commit
6800257921
|
@ -17,9 +17,16 @@ spec:
|
|||
- containerPort: 8082
|
||||
name: http
|
||||
protocol: TCP
|
||||
env:
|
||||
- name: FLASK_DEBUG
|
||||
value: 1
|
||||
|
||||
- image: mxfox.ru/palkan/seldon1:latest
|
||||
imagePullPolicy: Always
|
||||
name: model-a
|
||||
env:
|
||||
- name: FLASK_DEBUG
|
||||
value: 1
|
||||
ports:
|
||||
- containerPort: 8083
|
||||
name: http
|
||||
|
|
Loading…
Reference in New Issue