fix(apps): move conflicting ports to 10xxx range (#1415)

* fix(apps): move conflicting ports to 10xxx range

* remove `protocol: TCP` as its the default anyway

* Change `"HTTP"` -> `HTTP` to much common

* lms udp port should be udp protocol

* resolve some conflicts

* clear port 80 conficts

* clean 3000 and 5000 port conflicts

* more conflict cleaning

* more conflict cleaning

* more cleanup

* more

* cleanup

* Avoid confclicts with official apps
This commit is contained in:
Stavros Kois
2021-11-28 10:26:31 +01:00
committed by GitHub
parent c3d7106214
commit b1e5faa4c4
204 changed files with 215 additions and 221 deletions
+2 -2
View File
@@ -186,7 +186,7 @@ questions:
description: "This port exposes the container port on the service"
schema:
type: int
default: 5800
default: 10053
editable: true
required: true
- variable: advanced
@@ -242,7 +242,7 @@ questions:
description: "This port exposes the container port on the service"
schema:
type: int
default: 5900
default: 10055
editable: true
required: true
- variable: advanced
+2 -3
View File
@@ -15,16 +15,15 @@ service:
main:
ports:
main:
port: 5800
port: 10053
targetPort: 5800
vnc:
enabled: true
ports:
vnc:
enabled: true
port: 5900
port: 10055
targetPort: 5900
protocol: "TCP"
# All values here are set as the docker defaults.
envTpl: