Testdays: Try without explicit gunicorn

This commit is contained in:
František Zatloukal 2020-11-02 10:33:57 +01:00
parent 48e878b9fe
commit 2a8a2ac75a

View file

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