Testdays: Try to specify gunicorn command
This commit is contained in:
parent
665b8f0e93
commit
e172692cdb
1 changed files with 4 additions and 2 deletions
|
@ -30,6 +30,8 @@ spec:
|
|||
containers:
|
||||
- name: testdays
|
||||
image: testdays:latest
|
||||
command: ["gunicorn"]
|
||||
args: ["-b", "0.0.0.0:80", "-w", "4", "--log-level", "DEBUG", "-t", "180", "testdays:wsgi"]
|
||||
ports:
|
||||
- containerPort: 80
|
||||
resources: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue