Files
truecharts/charts/stable/logitech-media-server/values.yaml
T
TrueCharts BotandGitHub d6b04988ae chore(deps): update container image tccr.io/truecharts/logitechmediaserver to 8.4.0 (#8309)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/logitechmediaserver](https://togithub.com/truecharts/containers)
| digest | `0fad476` -> `aec92fe` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjEuMCJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-27 17:29:23 +02:00

52 lines
989 B
YAML

image:
repository: tccr.io/truecharts/logitechmediaserver
pullPolicy: IfNotPresent
tag: 8.4.0@sha256:aec92fe36f1f31b8a5e929935840400170d7ed188555cbf3604e9f71ee5c4019
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 }}"