Files
truecharts/charts/stable/navidrome/values.yaml
T
f076442e9c chore(deps): update minor docker tags (#799)
* chore(deps): update minor docker tags

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-08-24 11:08:00 +02:00

29 lines
426 B
YAML

# Default values for Navidrome.
image:
repository: deluan/navidrome
pullPolicy: IfNotPresent
tag: 0.45.0
strategy:
type: Recreate
service:
main:
ports:
main:
port: 4533
env:
ND_SCANINTERVAL: "15m"
ND_LOGLEVEL: "info"
ND_SESSIONTIMEOUT: "24h"
ND_ENABLETRANSCODINGCONFIG: "true"
ND_MUSICFOLDER: "/music"
persistence:
data:
enabled: true
mountPath: "/data"
type: emptyDir