60f7416706
This PR contains the following updates: | Package | Update | Change | |---|---|---| | lmscommunity/logitechmediaserver | digest | `d54e6e8` -> `ce1b1d5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
52 lines
984 B
YAML
52 lines
984 B
YAML
image:
|
|
repository: lmscommunity/logitechmediaserver
|
|
pullPolicy: IfNotPresent
|
|
tag: stable@sha256:ce1b1d5a21a097778def75c81552a3063fe72552f5bd260f74b1f7761cb9c476
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9000
|
|
cli:
|
|
enabled: true
|
|
ports:
|
|
cli:
|
|
enabled: true
|
|
port: 9090
|
|
targetPort: 9090
|
|
playertcp:
|
|
enabled: true
|
|
ports:
|
|
slimprototcp:
|
|
enabled: true
|
|
port: 3483
|
|
targetPort: 3483
|
|
playerudp:
|
|
enabled: true
|
|
ports:
|
|
slimprotoudp:
|
|
enabled: true
|
|
port: 3483
|
|
protocol: udp
|
|
targetPort: 3483
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
|