TrueChartsCatalogClone/stable/navidrome/9.0.27/helm-values.md

1.4 KiB

Default Helm-Values

TrueCharts is primarily build to supply TrueNAS SCALE Apps. However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.

Most of our Apps also consume our "common" Helm Chart. If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart. You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.

Values

Key Type Default Description
env.ND_ENABLETRANSCODINGCONFIG string "true"
env.ND_LOGLEVEL string "info"
env.ND_MUSICFOLDER string "/music"
env.ND_SCANINTERVAL string "15m"
env.ND_SESSIONTIMEOUT string "24h"
image.pullPolicy string "IfNotPresent"
image.repository string "tccr.io/truecharts/navidrome"
image.tag string "v0.47.0@sha256:18e691ba523ac0100e28e8d76ef34c2b15e78bb951c0aaf5d846366f756e0ab6"
persistence.data.enabled bool true
persistence.data.mountPath string "/data"
service.main.ports.main.port int 4533
service.main.ports.main.targetPort int 4533

All Rights Reserved - The TrueCharts Project