[download-web] Re-enable the route definition



commit 8bde002c708171699ebbc6131a1d9a02fea70352
Author: Andrea Veri <averi redhat com>
Date:   Mon Nov 11 12:58:50 2019 +0100

    Re-enable the route definition

 templates/oscp.yaml | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/templates/oscp.yaml b/templates/oscp.yaml
index 4e074ac..56eb78c 100644
--- a/templates/oscp.yaml
+++ b/templates/oscp.yaml
@@ -223,21 +223,21 @@ objects:
   status:
     loadBalancer: {}
 
-# - kind: Route
-#   apiVersion: v1
-#   metadata:
-#     name: download-web
-#     creationTimestamp:
-#     labels:
-#       app: download-web
-#   spec:
-#     host: download.gnome.org
-#     to:
-#       kind: Service
-#       name: download-web
-#       weight: 100
-#     port:
-#       targetPort: web
-#     tls:
-#       termination: edge
-#       insecureEdgeTerminationPolicy: "Redirect"
+- kind: Route
+  apiVersion: v1
+  metadata:
+    name: download-web
+    creationTimestamp:
+    labels:
+      app: download-web
+  spec:
+    host: download.gnome.org
+    to:
+      kind: Service
+      name: download-web
+      weight: 100
+    port:
+      targetPort: web
+    tls:
+      termination: edge
+      insecureEdgeTerminationPolicy: "Redirect"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]