"Updates"

This commit is contained in:
2026-07-06 18:25:26 +02:00
parent 591063b43b
commit 01f6b2bdfc
78 changed files with 2766 additions and 0 deletions
+51
View File
@@ -0,0 +1,51 @@
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
kompose.cmd: kompose convert
kompose.version: 1.38.0 (a8f5d1cbd)
labels:
io.kompose.service: navidrome
name: navidrome
spec:
replicas: 1
selector:
matchLabels:
io.kompose.service: navidrome
strategy:
type: Recreate
template:
metadata:
annotations:
kompose.cmd: kompose convert
kompose.version: 1.38.0 (a8f5d1cbd)
labels:
io.kompose.service: navidrome
spec:
containers:
- env:
- name: ND_LOGLEVEL
value: debug
image: deluan/navidrome:latest
name: navidrome
ports:
- containerPort: 4533
protocol: TCP
securityContext:
runAsGroup: 1000
runAsUser: 1000
volumeMounts:
- mountPath: /data
name: navidrome
- mountPath: /music
name: music
readOnly: true
restartPolicy: Always
volumes:
- name: navidrome
persistentVolumeClaim:
claimName: navidrome
- name: music
persistentVolumeClaim:
claimName: music
readOnly: true