Fix route for transtats
This commit is contained in:
parent
1ec9dca87f
commit
57fa0857e7
2 changed files with 1 additions and 18 deletions
|
@ -35,6 +35,7 @@
|
||||||
- role: openshift/route
|
- role: openshift/route
|
||||||
app: transtats
|
app: transtats
|
||||||
routename: transtats-web
|
routename: transtats-web
|
||||||
|
host: transtats{{ env_suffix }}.fedoraproject.org
|
||||||
file: route.yml
|
file: route.yml
|
||||||
serviceport: web
|
serviceport: web
|
||||||
servicename: transtats-web
|
servicename: transtats-web
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: Route
|
|
||||||
metadata:
|
|
||||||
annotations:
|
|
||||||
haproxy.router.openshift.io/timeout: 7m
|
|
||||||
name: transtats-web
|
|
||||||
labels:
|
|
||||||
app: transtats
|
|
||||||
spec:
|
|
||||||
#host: transtats.stg.fedoraproject.org
|
|
||||||
port:
|
|
||||||
targetPort: web
|
|
||||||
to:
|
|
||||||
kind: Service
|
|
||||||
name: transtats-web
|
|
||||||
tls:
|
|
||||||
termination: edge
|
|
||||||
insecureEdgeTerminationPolicy: Redirect
|
|
Loading…
Add table
Add a link
Reference in a new issue