tunedrop/tunedrop-chart/values.yaml
2025-07-10 03:00:53 +03:00

28 lines
587 B
YAML

image:
repository: my-apps/tunedrop
tag: latest
pullPolicy: IfNotPresent
ingress:
enabled: true
className: traefik
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
hosts:
- host: tunedrop.dvirlabs.com
paths:
- path: /
pathType: Prefix
env:
MUSIC_DIR: /music
NAVIDROME_SCAN_URL: http://navidrome.my-apps.svc.cluster.local:4533/api/rescan
persistence:
enabled: true
mountPath: /music
size: 100Gi
accessMode: ReadWriteMany
storageClass: nfs-client