Fix path
This commit is contained in:
@@ -28,6 +28,12 @@ spec:
|
|||||||
- name: groupfactory
|
- name: groupfactory
|
||||||
image: registry.example.com/groupfactory:latest
|
image: registry.example.com/groupfactory:latest
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
workingDir: /app
|
||||||
|
command:
|
||||||
|
- python
|
||||||
|
args:
|
||||||
|
- -m
|
||||||
|
- src.main
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8000
|
containerPort: 8000
|
||||||
|
|||||||
Reference in New Issue
Block a user