From 3a8d5c43427a4b019e5e7a9c107f125074893259 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Tue, 28 Jan 2025 23:49:38 +0000 Subject: [PATCH] Add books pvc to sonarr to test --- apps/sonarr/deployment.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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