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 image:
kind: Application repository: deluan/navidrome
metadata: tag: latest
name: navidrome pullPolicy: IfNotPresent
namespace: argocd
spec: env:
project: default - name: ND_MUSICFOLDER
source: value: /music
repoURL: https://git.dvirlabs.com/dvirlabs/my-apps.git - name: ND_SCANINTERVAL
targetRevision: HEAD value: "1m"
path: charts/navidrome
helm: persistence:
valueFiles: config:
- ../../../manifests/navidrome/values.yaml enabled: true
destination: mountPath: /data
server: https://kubernetes.default.svc existingClaim: navidrome-config-pvc
namespace: music music:
syncPolicy: enabled: true
automated: mountPath: /music
prune: true existingClaim: navidrome-music-pvc
selfHeal: true
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