diff --git a/deploy/arrs-suite/radarr-deploy.yaml b/deploy/arrs-suite/radarr-deploy.yaml index 3bfbac5..dadbb5f 100644 --- a/deploy/arrs-suite/radarr-deploy.yaml +++ b/deploy/arrs-suite/radarr-deploy.yaml @@ -29,8 +29,7 @@ spec: - name: config mountPath: /config - name: media - mountPath: /movies - subPath: movies + mountPath: /media - name: downloads mountPath: /downloads volumes: diff --git a/deploy/arrs-suite/sonarr-deploy.yaml b/deploy/arrs-suite/sonarr-deploy.yaml index f05a366..75560e6 100644 --- a/deploy/arrs-suite/sonarr-deploy.yaml +++ b/deploy/arrs-suite/sonarr-deploy.yaml @@ -29,11 +29,7 @@ spec: - name: config mountPath: /config - name: media - mountPath: /tv - subPath: series - - name: media - mountPath: /anime - subPath: anime + mountPath: /media - name: downloads mountPath: /downloads volumes: