30658cd065
This PR contains the following updates: | Package | Update | Change | |---|---|---| | deluan/navidrome | patch | `0.53.1` -> `0.53.2` | --- > [!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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45My4wIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
32 lines
644 B
YAML
32 lines
644 B
YAML
image:
|
|
repository: deluan/navidrome
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.53.2@sha256:5e0c2ada777241a735483b79e9699edafa9dd26469cb1c4e8d4dbf4da9bc5820
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
ND_MUSICFOLDER: /music
|
|
ND_SCANSCHEDULE: "@every 15m"
|
|
ND_LOGLEVEL: info
|
|
ND_SESSIONTIMEOUT: 24h
|
|
ND_ENABLETRANSCODINGCONFIG: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 4533
|
|
targetPort: 4533
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
music:
|
|
enabled: true
|
|
mountPath: /music
|
|
portal:
|
|
open:
|
|
enabled: true
|