36 lines
660 B
YAML
36 lines
660 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/navidrome
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: 0.49.3@sha256:8a415419867682cd91a202131e728404d51662fc3b084565e143a4f121da9851
|
||
|
|
||
|
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
|