From 42e939e560e3722419f4e766e5c06332768d09ec Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Wed, 29 Jan 2025 17:36:00 +0000 Subject: [PATCH] Try removing the books pvc --- apps/sonarr/deployment.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/apps/sonarr/deployment.yaml b/apps/sonarr/deployment.yaml index b8a1de4..79dcb91 100644 --- a/apps/sonarr/deployment.yaml +++ b/apps/sonarr/deployment.yaml @@ -69,13 +69,7 @@ spec: volumeMounts: - name: config mountPath: /config - - name: smb-tower-books - mountPath: /mnt/books - readOnly: false volumes: - name: config persistentVolumeClaim: - claimName: sonarr - - name: smb-tower-books - persistentVolumeClaim: - claimName: pvc-smb-tower-books \ No newline at end of file + claimName: sonarr \ No newline at end of file