[redirects-web] Also land a route for torrents.g.o
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [redirects-web] Also land a route for torrents.g.o
- Date: Thu, 22 Aug 2019 10:54:16 +0000 (UTC)
commit b4320939ff004b98dbd4d00cff5f806d5c16c6b2
Author: Andrea Veri <averi redhat com>
Date: Thu Aug 22 12:54:18 2019 +0200
Also land a route for torrents.g.o
resources/torrents.gnome.org.yaml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
---
diff --git a/resources/torrents.gnome.org.yaml b/resources/torrents.gnome.org.yaml
new file mode 100644
index 0000000..a487d97
--- /dev/null
+++ b/resources/torrents.gnome.org.yaml
@@ -0,0 +1,17 @@
+apiVersion: route.openshift.io/v1
+kind: Route
+metadata:
+ name: torrents.gnome.org
+ namespace: redirects-web
+spec:
+ host: torrents.gnome.org
+ port:
+ targetPort: 8080-tcp
+ tls:
+ insecureEdgeTerminationPolicy: Redirect
+ termination: edge
+ to:
+ kind: Service
+ name: redirects-web
+ weight: 100
+ wildcardPolicy: None
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]