Revert "testdays: change port from 8080 to 80"

This was actually not needed/a bad idea. gunicorn runs it at 8080

This reverts commit f00e4ea2ea.
This commit is contained in:
Pierre-Yves Chibon 2020-10-02 10:51:45 +02:00
parent f00e4ea2ea
commit 058b01bc87

View file

@ -6,10 +6,10 @@ metadata:
name: testdays name: testdays
spec: spec:
ports: ports:
- name: 80-tcp - name: 8080-tcp
port: 80 port: 8080
protocol: TCP protocol: TCP
targetPort: 80 targetPort: 8080
selector: selector:
app: testdays app: testdays
deploymentconfig: testdays deploymentconfig: testdays