Files
truecharts/charts/stable/logitech-media-server/values.yaml
T
TrueCharts BotandGitHub 6394c215d9 chore(deps): update container image lmscommunity/logitechmediaserver to stable@c5f0002 by renovate (#16308)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lmscommunity/logitechmediaserver | digest | `d4c54c1` -> `c5f0002` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-18 19:18:59 +01:00

52 lines
984 B
YAML

image:
repository: lmscommunity/logitechmediaserver
pullPolicy: IfNotPresent
tag: stable@sha256:c5f000215c791026fe95725ca0581dcfa42d436343e4e646843b016c7e69f76c
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 }}"