diff --git a/apps/sonarr/deployment.yaml b/apps/sonarr/deployment.yaml index 79dcb91..692f3c6 100644 --- a/apps/sonarr/deployment.yaml +++ b/apps/sonarr/deployment.yaml @@ -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 \ No newline at end of file + claimName: sonarr + - name: smb-tower-books + persistentVolumeClaim: + claimName: pvc-smb-tower-books \ No newline at end of file