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
spec:
ports:
- name: 80-tcp
port: 80
- name: 8080-tcp
port: 8080
protocol: TCP
targetPort: 80
targetPort: 8080
selector:
app: testdays
deploymentconfig: testdays