chore(apps): move port up in gui (#1620)

* chore(apps): move `port` up in gui

* bump collabora to pickup new image in catalog

* bump oscam to remove duplicate nodePort entry
This commit is contained in:
Stavros Kois
2021-12-27 23:58:37 +01:00
committed by GitHub
parent b63d32d89d
commit 85c1e996cd
7 changed files with 37 additions and 44 deletions
+7 -7
View File
@@ -103,6 +103,13 @@ questions:
schema:
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 9117
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
@@ -142,13 +149,6 @@ questions:
schema:
type: int
default: 9117
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 9117
required: true
- variable: serviceexpert
group: "Networking and Services"