chore(Apps): fixes around the GUI refactor (#1316)

* fix min value on minio

* update service UI on LMS

* remove duplicate required from authelia

* remove Duplicate port defaults

* fix nextcloud duplicate required

* fix nullserv services

* fix plex duplicate default

* fix syncthing duplicate required

* syncthing replace code with include

* teamspeak replace code with include

* fix traefik duplicate required

* Unifi replace code with include

* Update label/description on `port` section

* remove type on nullserv's service

* remove extra space

* lowercase port names

* also lowercase service name omada
This commit is contained in:
Stavros Kois
2021-11-13 22:05:00 +01:00
committed by GitHub
parent 1fd389cbd0
commit 8f4a7fc500
158 changed files with 465 additions and 474 deletions
+7 -46
View File
@@ -139,7 +139,8 @@ questions:
default: 10011
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 10011
@@ -195,7 +196,8 @@ questions:
default: 9987
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 9987
@@ -209,49 +211,7 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the service"
schema:
type: boolean
default: true
hidden: false
- variable: type
label: "Service Type"
description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer"
schema:
type: string
default: "NodePort"
enum:
- value: "NodePort"
description: "NodePort"
- value: "ClusterIP"
description: "ClusterIP"
- value: "LoadBalancer"
description: "LoadBalancer"
- variable: loadBalancerIP
label: "LoadBalancer IP"
description: "LoadBalancerIP"
schema:
show_if: [["type", "=", "LoadBalancer"]]
type: string
default: ""
- variable: externalIPs
label: "External IP's"
description: "External IP's"
schema:
show_if: [["type", "=", "LoadBalancer"]]
type: list
default: []
items:
- variable: externalIP
label: "External IP"
schema:
type: string
- variable: ports
label: "Service's Port(s) Configuration"
schema:
type: dict
attrs:
# Include{serviceSelector}
- variable: files
label: "Server File Transport Service Port Configuration"
schema:
@@ -293,7 +253,8 @@ questions:
default: 30033
- variable: port
label: "Container Port"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 30033