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 -3
View File
@@ -22,7 +22,6 @@ service:
main:
port: 10011
targetPort: 10011
protocol: "TCP"
voice:
enabled: true
ports:
@@ -30,7 +29,7 @@ service:
enabled: true
port: 9987
targetPort: 9987
protocol: "UDP"
protocol: UDP
files:
enabled: true
ports:
@@ -38,7 +37,6 @@ service:
enabled: true
port: 30033
targetPort: 30033
protocol: "TCP"
env:
TS3SERVER_LICENSE: accept