[redirects-web] Also land a route for torrents.g.o



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]