Testdays: Use 8080 also for containerPort

This commit is contained in:
František Zatloukal 2020-10-29 15:24:10 +01:00
parent d33cac590b
commit cc426a90e3

View file

@ -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