packages-static: correct port
This commit is contained in:
parent
a2f14e982e
commit
c9f5c11ba6
2 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@
|
|||
app: fedora-packages-static
|
||||
routename: fedora-packages-static
|
||||
host: "packages{{ env_suffix }}.fedoraproject.org"
|
||||
serviceport: 80-tcp
|
||||
serviceport: 8080-tcp
|
||||
servicename: fedora-packages-static
|
||||
|
||||
- role: openshift/object
|
||||
|
|
|
@ -7,8 +7,8 @@ metadata:
|
|||
name: fedora-packages-static
|
||||
spec:
|
||||
ports:
|
||||
- name: 80-tcp
|
||||
port: 80
|
||||
- name: 8080-tcp
|
||||
port: 8080
|
||||
protocol: TCP
|
||||
targetPort: 8080
|
||||
selector:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue