testdays: change port from 8080 to 80
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
0f090c8aa3
commit
f00e4ea2ea
1 changed files with 3 additions and 3 deletions
|
@ -6,10 +6,10 @@ metadata:
|
||||||
name: testdays
|
name: testdays
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: 8080-tcp
|
- name: 80-tcp
|
||||||
port: 8080
|
port: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 8080
|
targetPort: 80
|
||||||
selector:
|
selector:
|
||||||
app: testdays
|
app: testdays
|
||||||
deploymentconfig: testdays
|
deploymentconfig: testdays
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue