update navidrome values

This commit is contained in:
dvirlabs 2025-07-10 01:21:39 +03:00
parent 883e505d64
commit 483ac5efe4

View File

@ -1,21 +1,39 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: navidrome
namespace: argocd
spec:
project: default
source:
repoURL: https://git.dvirlabs.com/dvirlabs/my-apps.git
targetRevision: HEAD
path: charts/navidrome
helm:
valueFiles:
- ../../../manifests/navidrome/values.yaml
destination:
server: https://kubernetes.default.svc
namespace: music
syncPolicy:
automated:
prune: true
selfHeal: true
image:
repository: deluan/navidrome
tag: latest
pullPolicy: IfNotPresent
env:
- name: ND_MUSICFOLDER
value: /music
- name: ND_SCANINTERVAL
value: "1m"
persistence:
config:
enabled: true
mountPath: /data
existingClaim: navidrome-config-pvc
music:
enabled: true
mountPath: /music
existingClaim: navidrome-music-pvc
service:
main:
ports:
http:
port: 4533
ingress:
main:
enabled: true
ingressClassName: traefik
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
hosts:
- host: music.dvirlabs.com
paths:
- path: /
pathType: Prefix