Testdays: Let's try port 8080
This commit is contained in:
parent
e172692cdb
commit
c227d838e4
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ spec:
|
|||
- name: testdays
|
||||
image: testdays:latest
|
||||
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:
|
||||
- containerPort: 80
|
||||
resources: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue