From d402df0fbe403216fbec3c872e1d36961e2f00a2 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 29 Mar 2021 17:15:20 -0400 Subject: [PATCH] debuginfod: fix route->service port: 8002 --- playbooks/openshift-apps/debuginfod.yml | 2 +- roles/openshift-apps/debuginfod/files/route.yml | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 roles/openshift-apps/debuginfod/files/route.yml 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