add(navidrome)

This commit is contained in:
nold 2023-07-18 08:00:54 +02:00
parent 86cc372f1b
commit 6d6935c988
2 changed files with 77 additions and 0 deletions

View file

@ -0,0 +1,9 @@
config:
desc: Music Streaming
apps:
- name: navidrome
repo: bjw-s
chart: app-template
targetRevision: 1.5.1

View file

@ -0,0 +1,68 @@
image:
repository: ghcr.io/navidrome/navidrome
tag: 0.49.3
env:
TZ: "Europe/Amsterdam"
ND_DATAFOLDER: /config
ND_LOGLEVEL: info
ND_MUSICFOLDER: /music
ND_PORT: 8080
#ND_REVERSEPROXYUSERHEADER: "Remote-User"
ND_REVERSEPROXYWHITELIST: "0.0.0.0/0"
#ND_SCANSCHEDULE: "@every 1h"
ND_SESSIONTIMEOUT: 24h
ND_LISTENBRAINZ_ENABLED: "false"
ND_LASTFM_ENABLED: "false"
ND_PROMETHEUS_ENABLED: "false"
ND_ENABLEGRAVATAR: "false"
service:
main:
ports:
http:
port: 8080
ingress:
main:
enabled: true
ingressClassName: "ingress-internal"
annotations:
cert-manager.io/cluster-issuer: vault-issuer
traefik.ingress.kubernetes.io/router.tls: 'true'
hosts:
- host: music.dc
paths:
- path: /
pathType: Prefix
tls:
- secretName: music-tls
hosts:
- music.dc
podSecurityContext:
runAsUser: 568
runAsGroup: 568
fsGroup: 568
fsGroupChangePolicy: "OnRootMismatch"
supplementalGroups:
- 100
persistence:
config:
enabled: true
music:
enabled: true
type: hostPath
hostPath: /data/media/music
mountPath: /music
readOnly: true
resources:
requests:
cpu: 10m
memory: 50Mi
limits:
memory: 750Mi