debuginfod: fix route->service port: 8002
This commit is contained in:
parent
e5fcf29be1
commit
d402df0fbe
2 changed files with 1 additions and 15 deletions
|
@ -43,7 +43,7 @@
|
||||||
app: debuginfod
|
app: debuginfod
|
||||||
routename: debuginfod
|
routename: debuginfod
|
||||||
host: "debuginfod{{ env_suffix }}.fedoraproject.org"
|
host: "debuginfod{{ env_suffix }}.fedoraproject.org"
|
||||||
serviceport: 8002-tcp
|
serviceport: 8002
|
||||||
servicename: debuginfod
|
servicename: debuginfod
|
||||||
|
|
||||||
- role: openshift/start-build
|
- role: openshift/start-build
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: Route
|
|
||||||
metadata:
|
|
||||||
name: debuginfod
|
|
||||||
labels:
|
|
||||||
app: debuginfod
|
|
||||||
spec:
|
|
||||||
host: debuginfod.fedoraproject.org
|
|
||||||
to:
|
|
||||||
kind: Service
|
|
||||||
name: debuginfod
|
|
||||||
tls:
|
|
||||||
termination: edge
|
|
||||||
insecureEdgeTerminationPolicy: Redirect
|
|
Loading…
Add table
Add a link
Reference in a new issue