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