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:
parent
f00e4ea2ea
commit
058b01bc87
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue