diff --git a/playbooks/openshift-apps/debuginfod.yml b/playbooks/openshift-apps/debuginfod.yml index b4b094aaa5..040614d6c4 100644 --- a/playbooks/openshift-apps/debuginfod.yml +++ b/playbooks/openshift-apps/debuginfod.yml @@ -43,7 +43,7 @@ app: debuginfod routename: debuginfod host: "debuginfod{{ env_suffix }}.fedoraproject.org" - serviceport: 8002-tcp + serviceport: 8002 servicename: debuginfod - role: openshift/start-build diff --git a/roles/openshift-apps/debuginfod/files/route.yml b/roles/openshift-apps/debuginfod/files/route.yml deleted file mode 100644 index cfceb187c4..0000000000 --- a/roles/openshift-apps/debuginfod/files/route.yml +++ /dev/null @@ -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