testdays: change port from 8080 to 80

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-10-02 10:48:54 +02:00
parent 0f090c8aa3
commit f00e4ea2ea

View file

@ -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