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