Testdays: Let's try port 8080

This commit is contained in:
František Zatloukal 2020-10-29 14:54:33 +01:00
parent e172692cdb
commit c227d838e4

View file

@ -31,7 +31,7 @@ spec:
- name: testdays - name: testdays
image: testdays:latest image: testdays:latest
command: ["gunicorn"] command: ["gunicorn"]
args: ["-b", "0.0.0.0:80", "-w", "4", "--log-level", "DEBUG", "-t", "180", "testdays:wsgi"] args: ["-b", "0.0.0.0:8080", "-w", "4", "--log-level", "DEBUG", "-t", "180", "testdays:wsgi"]
ports: ports:
- containerPort: 80 - containerPort: 80
resources: {} resources: {}