* 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>
29 lines
426 B
YAML
29 lines
426 B
YAML
# Default values for Navidrome.
|
|
|
|
image:
|
|
repository: deluan/navidrome
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.44.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
|