feat(navidrome): Added navidrome config and readme content

This commit is contained in:
Fishandchips321 2026-04-15 18:48:25 +01:00
parent b5946b3f81
commit 9baebfa13c
5 changed files with 87 additions and 1 deletions

11
Navidrome/service.yml Normal file
View file

@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: navidrome
spec:
selector:
app: navidrome
ports:
- port: 80
targetPort: 4533
type: ClusterIP