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
|
||||
spec:
|
||||
ports:
|
||||
- name: 8080-tcp
|
||||
port: 8080
|
||||
- name: 80-tcp
|
||||
port: 80
|
||||
protocol: TCP
|
||||
targetPort: 8080
|
||||
targetPort: 80
|
||||
selector:
|
||||
app: testdays
|
||||
deploymentconfig: testdays
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue