Testdays: Try to specify gunicorn command

This commit is contained in:
František Zatloukal 2020-10-29 14:46:32 +01:00
parent 665b8f0e93
commit e172692cdb

View file

@ -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: {}