This commit is contained in:
Tomás Limpinho
2026-06-15 11:15:53 +01:00
parent e200933337
commit 79818342d0
3 changed files with 47 additions and 0 deletions

View File

@ -73,6 +73,8 @@ spec:
mountPath: /app
- name: media
mountPath: /downloads
- name: downloading
mountPath: /downloading
volumes:
- name: app
persistentVolumeClaim:
@ -80,6 +82,9 @@ spec:
- name: media
persistentVolumeClaim:
claimName: soulseek-media-pvc
- name: downloading
persistentVolumeClaim:
claimName: soulseek-downloading-pvc
- name: vpn-config
persistentVolumeClaim:
claimName: soulseek-vpn-config-pvc