mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
2b32f7ee83
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Devin Buhl <devin.kray@gmail.com>
67 lines
1.8 KiB
YAML
67 lines
1.8 KiB
YAML
#
|
|
# IMPORTANT NOTE
|
|
#
|
|
# This chart inherits from our common library chart. You can check the default values/options here:
|
|
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
|
|
#
|
|
|
|
image:
|
|
repository: deluan/navidrome
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.39.0
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
env:
|
|
ND_SCANINTERVAL: 15m
|
|
ND_LOGLEVEL: info
|
|
ND_SESSIONTIMEOUT: 24h
|
|
ND_ENABLETRANSCODINGCONFIG: "true"
|
|
ND_MUSICFOLDER: /music
|
|
|
|
service:
|
|
port:
|
|
port: 4533
|
|
|
|
ingress:
|
|
enabled: false
|
|
|
|
persistence:
|
|
config:
|
|
enabled: false
|
|
emptyDir:
|
|
enabled: false
|
|
mountPath: /data
|
|
accessMode: ReadWriteOnce
|
|
## Persistent Volume Storage Class
|
|
## If defined, storageClassName: <storageClass>
|
|
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
|
## If undefined (the default) or set to null, no storageClassName spec is
|
|
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
|
## GKE, AWS & OpenStack)
|
|
# storageClass: "-"
|
|
# accessMode: ReadWriteOnce
|
|
# size: 1Gi
|
|
## Do not delete the pvc upon helm uninstall
|
|
# skipuninstall: false
|
|
# existingClaim: ""
|
|
music:
|
|
enabled: false
|
|
emptyDir:
|
|
enabled: false
|
|
mountPath: /music
|
|
accessMode: ReadWriteOnce
|
|
## Persistent Volume Storage Class
|
|
## If defined, storageClassName: <storageClass>
|
|
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
|
## If undefined (the default) or set to null, no storageClassName spec is
|
|
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
|
## GKE, AWS & OpenStack)
|
|
# storageClass: "-"
|
|
# accessMode: ReadWriteOnce
|
|
# size: 1Gi
|
|
## Do not delete the pvc upon helm uninstall
|
|
# skipuninstall: false
|
|
# existingClaim: ""
|