mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-01 19:47:37 +03:00
|
||
---|---|---|
.. | ||
manifest.yml | ||
README.md |
Kubernetes
A couple things to keep in mind with this manifest:
- This creates a namespace called
navidrome
. Adjust this as needed. - This manifest was created on K3s, which uses its own storage provisioner called local-path-provisioner. Be sure to change the
storageClassName
of thePersistentVolumeClaim
as needed. - The
PersistentVolumeClaim
sets up a 2Gi volume for Navidrome's database. Adjust this as needed. - Be sure to change the
image
tag fromghcr.io/navidrome/navidrome:0.49.3
to whatever the newest version is. - This assumes your music is mounted on the host using
hostPath
at/path/to/your/music/on/the/host
. Adjust this as needed. - The
Ingress
is already configured forcert-manager
to obtain a Let's Encrypt TLS certificate and uses Traefik for routing. Adjust this as needed. - The
Ingress
presents the service atnavidrome.${SECRET_INTERNAL_DOMAIN_NAME}
, which needs to already be setup in DNS.