Files
truecharts/charts/stable/logitech-media-server/values.yaml
T
c4e08f8f25 chore(deps): update docker general non-major (#1924)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-02-21 17:53:17 +01:00

58 lines
1.8 KiB
YAML

image:
repository: tccr.io/truecharts/logitechmediaserver
pullPolicy: IfNotPresent
tag: v8.3.0@sha256:b6370bb3e17ff0e4ffcc9c7f45fcaed15c0a85ad9943a470ee7138f67454deba
env:
# Permissions Settings
PUID: 568
HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
# Port to host the web service on. This will be the internal container port exposed and needs to be the same as the public service port.
# 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 9002: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
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
# 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:
enabled: true
ports:
cli:
enabled: true
targetPort: 9090
port: 10059
playertcp:
enabled: true
ports:
slimprototcp:
enabled: true
targetPort: 3483
port: 3483
playerudp:
enabled: true
ports:
slimprotoudp:
enabled: true
targetPort: 3483
port: 3483
protocol: UDP
persistence:
config:
enabled: true
mountPath: "/config"