mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 14:30:45 +08:00
debuginfod: fix route->service port: 8002
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user