also add targetPorts to incubator Values.yaml

This commit is contained in:
kjeld Schouten-Lebbing 2021-11-06 23:13:38 +01:00
parent dcd5947918
commit 6077dea94b
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
4 changed files with 8 additions and 0 deletions

View File

@ -32,18 +32,22 @@ service:
# Please note that the main http port always has to be a 1:1 mapping between external and internal port.
# You can't just map it like -p 7000:9000, as Logitech Media Server is telling players on which port to connect.
# Therefore if you have to use a different http port for LMS (other than 9000) you'll have to set the HTTP_PORT environment variable
targetPort: 7000
port: 7000
cli:
ports:
cli:
targetPort: 9090
port: 9090
playertcp:
ports:
slimprototcp:
targetPort: 3483
port: 3483
playerudp:
ports:
slimprotoudp:
targetPort: 3483
port: 3483
persistence:

View File

@ -18,6 +18,7 @@ service:
main:
ports:
main:
targetPort: 80
port: 80
persistence:

View File

@ -26,6 +26,7 @@ service:
enabled: true
ports:
main:
targetPort: 8267
port: 8267
persistence:

View File

@ -24,11 +24,13 @@ service:
enabled: true
ports:
main:
targetPort: 8265
port: 8265
comm:
ports:
comm:
port: 8266
port: 8266
persistence:
server: