Files
truecharts/charts/stable/universal-media-server/values.yaml
T
TrueCharts Bot b3819641a4 chore(deps): update container image universalmediaserver/ums to latest@29572bf by renovate (#22389)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| universalmediaserver/ums | digest | `1773198` -> `29572bf` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-25 02:35:40 +02:00

43 lines
793 B
YAML

image:
pullPolicy: IfNotPresent
repository: universalmediaserver/ums
tag: latest@sha256:29572bfb7c70258141844bab26916a858097d1f2adf205bcea95cfeb6fe40690
persistence:
config:
enabled: true
mountPath: /root/.config/UMS/
media:
enabled: true
mountPath: /media
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
api:
enabled: true
ports:
api:
enabled: true
port: 5001
protocol: tcp
targetPort: 5001
main:
ports:
main:
port: 9001
protocol: http
targetPort: 9001
sub:
enabled: true
ports:
sub:
enabled: true
port: 1044
protocol: tcp
targetPort: 1044