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
+1 -1
View File
@@ -570,7 +570,7 @@ questions:
label: "Entrypoints Port"
schema:
type: int
default: 9000
default: 10200
editable: true
required: true
- variable: tcp
+1 -1
View File
@@ -139,7 +139,7 @@ service:
type: LoadBalancer
ports:
main:
port: 9000
port: 10200
targetPort: 9000
protocol: HTTP
tcp: