mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2026-06-26 00:54:37 +00:00
soulseek
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user