2021-10-14 19:47:51 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/logitechmediaserver
|
2021-10-14 19:47:51 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2022-09-28 10:07:16 +00:00
|
|
|
tag: v8.3.0@sha256:8d3f40a4bff2f0586a67b96738437b833f492c9e02aa7e3b866f67e1f933e44c
|
2021-10-14 19:47:51 +00:00
|
|
|
env:
|
|
|
|
# Permissions Settings
|
2021-12-19 22:53:28 +00:00
|
|
|
HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
|
2021-10-14 19:47:51 +00:00
|
|
|
# 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
|
2021-11-06 22:13:38 +00:00
|
|
|
targetPort: 7000
|
2021-10-14 19:47:51 +00:00
|
|
|
port: 7000
|
|
|
|
cli:
|
2021-11-20 23:20:50 +00:00
|
|
|
enabled: true
|
2021-10-14 19:47:51 +00:00
|
|
|
ports:
|
|
|
|
cli:
|
2021-11-20 23:20:50 +00:00
|
|
|
enabled: true
|
2021-11-06 22:13:38 +00:00
|
|
|
targetPort: 9090
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10059
|
2022-07-10 09:21:55 +00:00
|
|
|
playertcp:
|
2021-11-20 23:20:50 +00:00
|
|
|
enabled: true
|
2021-10-14 19:47:51 +00:00
|
|
|
ports:
|
|
|
|
slimprototcp:
|
2021-11-20 23:20:50 +00:00
|
|
|
enabled: true
|
2021-11-06 22:13:38 +00:00
|
|
|
targetPort: 3483
|
2021-10-14 19:47:51 +00:00
|
|
|
port: 3483
|
2022-07-10 09:21:55 +00:00
|
|
|
playerudp:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
2021-10-14 19:47:51 +00:00
|
|
|
slimprotoudp:
|
2021-11-20 23:20:50 +00:00
|
|
|
enabled: true
|
2021-11-06 22:13:38 +00:00
|
|
|
targetPort: 3483
|
2021-10-14 19:47:51 +00:00
|
|
|
port: 3483
|
2021-11-28 09:26:31 +00:00
|
|
|
protocol: UDP
|
2021-10-14 19:47:51 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
2021-11-14 19:19:16 +00:00
|
|
|
mountPath: "/config"
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|