Add books pvc to sonarr to test

This commit is contained in:
2025-01-28 23:49:38 +00:00
parent e97bbd53a1
commit 3a8d5c4342

View File

@@ -69,7 +69,13 @@ spec:
volumeMounts:
- name: config
mountPath: /config
- name: pvc-smb-tower-books
mountPath: /mnt/books
readOnly: false
volumes:
- name: config
persistentVolumeClaim:
claimName: sonarr
claimName: sonarr
- name: smb-tower-books
persistentVolumeClaim:
claimName: pvc-smb-tower-books