Commit 1133d2ff authored by Waqar Ahmed's avatar Waqar Ahmed

Specify web portal for plex

parent 6c8cc0b2
...@@ -20,6 +20,15 @@ groups: ...@@ -20,6 +20,15 @@ groups:
- name: "Resource Reservation" - name: "Resource Reservation"
description: "Specify resources to be allocated to workload" description: "Specify resources to be allocated to workload"
portals:
web_portal:
protocols:
- "http"
host:
- "$node_ip"
ports:
- "$variable-plexServiceTCP.port"
questions: questions:
# Image related # Image related
- variable: image - variable: image
...@@ -188,7 +197,6 @@ questions: ...@@ -188,7 +197,6 @@ questions:
type: boolean type: boolean
default: false default: false
show_subquestions_if: true show_subquestions_if: true
group: "Storage"
subquestions: subquestions:
- variable: dataHostPath - variable: dataHostPath
label: "Specify HostPath for Data" label: "Specify HostPath for Data"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment