Reorganise the trains

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-23 21:32:52 +02:00
parent 674b30a7bd
commit d3deb8af69
614 changed files with 16 additions and 903 deletions
+28
View File
@@ -0,0 +1,28 @@
# Default values for Navidrome.
image:
repository: deluan/navidrome
pullPolicy: IfNotPresent
tag: 0.44.1
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