fix(apps): revert combine ports (#3119)
* Revert "chore(apps): combine some ports" This reverts commit 6c3a74ab81c77e49a7a115f991862ba920092d51. * Revert "lints" This reverts commit b7f3ef949e26b4c4593b69dc2e910ff9dada932f. * bumps
This commit is contained in:
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/Logitech/slimserver
|
||||
- https://hub.docker.com/r/lmscommunity/logitechmediaserver
|
||||
type: application
|
||||
version: 4.0.10
|
||||
version: 4.0.11
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -176,7 +176,7 @@ questions:
|
||||
default: 10059
|
||||
required: true
|
||||
|
||||
- variable: player
|
||||
- variable: playertcp
|
||||
label: "Logitech Media Server Player TCP Communcation"
|
||||
description: "Logitech Media Server Player Service for TCP communication"
|
||||
schema:
|
||||
@@ -211,6 +211,15 @@ questions:
|
||||
type: int
|
||||
default: 3483
|
||||
required: true
|
||||
|
||||
- variable: playerudp
|
||||
label: "Logitech Media Server Player Communcation"
|
||||
description: "Logitech Media Server Player Service for UDP communication"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{serviceSelector}
|
||||
- variable: slimprotoudp
|
||||
label: "Player to server UDP communication"
|
||||
schema:
|
||||
|
||||
@@ -34,13 +34,16 @@ service:
|
||||
enabled: true
|
||||
targetPort: 9090
|
||||
port: 10059
|
||||
player:
|
||||
playertcp:
|
||||
enabled: true
|
||||
ports:
|
||||
slimprototcp:
|
||||
enabled: true
|
||||
targetPort: 3483
|
||||
port: 3483
|
||||
playerudp:
|
||||
enabled: true
|
||||
ports:
|
||||
slimprotoudp:
|
||||
enabled: true
|
||||
targetPort: 3483
|
||||
|
||||
Reference in New Issue
Block a user