From 9d0b2425a92f5e6176a567f4dd4bc18dd7eee055 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Wed, 5 Mar 2025 09:29:07 +0000 Subject: [PATCH] Remove old oldseries Signed-off-by: Martyn Ranyard --- apps-kustomized/bazarr/deploy.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps-kustomized/bazarr/deploy.yaml b/apps-kustomized/bazarr/deploy.yaml index 9319442..41ae55e 100644 --- a/apps-kustomized/bazarr/deploy.yaml +++ b/apps-kustomized/bazarr/deploy.yaml @@ -33,8 +33,6 @@ spec: mountPath: /config - name: series mountPath: /series - - name: oldseries - mountPath: /oldseries - name: films mountPath: /films volumes: @@ -44,9 +42,6 @@ spec: - name: series persistentVolumeClaim: claimName: smb-series - - name: oldseries - persistentVolumeClaim: - claimName: smb-oldseries - name: films persistentVolumeClaim: claimName: smb-films