浏览代码

Specify web portal for plex

Waqar Ahmed 4 年之前
父节点
当前提交
1133d2ff01
共有 1 个文件被更改,包括 9 次插入1 次删除
  1. 9 1
      test/plex/2.1.0/questions.yaml

+ 9 - 1
test/plex/2.1.0/questions.yaml

@@ -20,6 +20,15 @@ groups:
   - name: "Resource Reservation"
     description: "Specify resources to be allocated to workload"
 
+portals:
+  web_portal:
+    protocols:
+      - "http"
+    host:
+      - "$node_ip"
+    ports:
+      - "$variable-plexServiceTCP.port"
+
 questions:
   # Image related
   - variable: image
@@ -188,7 +197,6 @@ questions:
       type: boolean
       default: false
       show_subquestions_if: true
-      group: "Storage"
       subquestions:
         - variable: dataHostPath
           label: "Specify HostPath for Data"