From 1133d2ff01db529d68e07b58dab6c89da22cbcd9 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Tue, 8 Dec 2020 03:58:28 +0500 Subject: [PATCH] Specify web portal for plex --- test/plex/2.1.0/questions.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/test/plex/2.1.0/questions.yaml b/test/plex/2.1.0/questions.yaml index 042dbdfcbd..043da8e5ea 100644 --- a/test/plex/2.1.0/questions.yaml +++ b/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"