Browse Source

Make https a requirement for collabora

sonicaj 3 years ago
parent
commit
2fe782dd81
1 changed files with 2 additions and 2 deletions
  1. 2 2
      test/collabora/1.0.0/questions.yaml

+ 2 - 2
test/collabora/1.0.0/questions.yaml

@@ -11,9 +11,9 @@ groups:
 portals:
 portals:
   web_portal:
   web_portal:
     protocols:
     protocols:
-      - "http"
+      - "https"
     host:
     host:
-      - "$node_ip"
+      - "$variable-server_name"
     ports:
     ports:
       - "$variable-nodePort"
       - "$variable-nodePort"
     path: "/loleaflet/dist/admin/admin.html"
     path: "/loleaflet/dist/admin/admin.html"