|
@@ -23,12 +23,12 @@ portals:
|
|
|
host:
|
|
|
- "$node_ip"
|
|
|
ports:
|
|
|
- - "$variable-embyServerHttp.port"
|
|
|
+ - "$kubernetes-resource_configmap_portal_port"
|
|
|
path: "/web"
|
|
|
|
|
|
questions:
|
|
|
- variable: hostNetwork
|
|
|
- label: "Configure Host Network"
|
|
|
+ label: "Enable Host Network"
|
|
|
group: "Networking"
|
|
|
schema:
|
|
|
type: boolean
|
|
@@ -74,6 +74,7 @@ questions:
|
|
|
label: "Configure Emby Server HTTP Service"
|
|
|
group: "Networking"
|
|
|
schema:
|
|
|
+ show_if: [[ "hostNetwork", "!=", true]]
|
|
|
type: dict
|
|
|
attrs:
|
|
|
- variable: port
|