Files
truecharts/charts/stable/navidrome/values.yaml
T
8d08cabc03 chore(deps): update non-major (#1122)
* chore(deps): update non-major

* 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-10-12 11:31:03 +02:00

28 lines
526 B
YAML

# Default values for Navidrome.
image:
repository: ghcr.io/truecharts/navidrome
pullPolicy: IfNotPresent
tag: v0.46.0@sha256:2921f9891cc9c1f78f78456814d3c9a5b205f23a34ac7cc9fb1ff496ce90f07b
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: pvc
accessMode: ReadWriteOnce
size: "100Gi"