update arrs mountpoints

This commit is contained in:
2025-03-19 21:35:46 +01:00
parent 2d5ed2648c
commit 2768705251
2 changed files with 2 additions and 7 deletions

View File

@@ -29,8 +29,7 @@ spec:
- name: config - name: config
mountPath: /config mountPath: /config
- name: media - name: media
mountPath: /movies mountPath: /media
subPath: movies
- name: downloads - name: downloads
mountPath: /downloads mountPath: /downloads
volumes: volumes:

View File

@@ -29,11 +29,7 @@ spec:
- name: config - name: config
mountPath: /config mountPath: /config
- name: media - name: media
mountPath: /tv mountPath: /media
subPath: series
- name: media
mountPath: /anime
subPath: anime
- name: downloads - name: downloads
mountPath: /downloads mountPath: /downloads
volumes: volumes: