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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user