[extensions-web/wip/openshift] openshift: enable tls on route



commit 0319778ae2fe7ee1452779908a902c30d743afe2
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Thu Dec 6 23:50:18 2018 +0400

    openshift: enable tls on route

 openshift/templates/extensions-web-nginx.json | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/openshift/templates/extensions-web-nginx.json b/openshift/templates/extensions-web-nginx.json
index 783e5ff..24bb4bf 100644
--- a/openshift/templates/extensions-web-nginx.json
+++ b/openshift/templates/extensions-web-nginx.json
@@ -86,6 +86,10 @@
         "to": {
           "kind": "Service",
           "name": "${NAME}"
+        },
+        "tls": {
+          "insecureEdgeTerminationPolicy": "Redirect",
+          "termination": "edge"
         }
       }
     },


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