Testdays: Use 8080 also for containerPort
This commit is contained in:
parent
d33cac590b
commit
cc426a90e3
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ spec:
|
|||
command: ["gunicorn"]
|
||||
args: ["-b", "0.0.0.0:8080", "-w", "4", "--log-level", "DEBUG", "-t", "180", "testdays"]
|
||||
ports:
|
||||
- containerPort: 80
|
||||
- containerPort: 8080
|
||||
resources: {}
|
||||
env:
|
||||
- name: POSTGRESQL_USER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue