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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue