This commit is contained in:
Tomás Limpinho
2026-02-08 18:14:11 +00:00
parent 0294601e2c
commit 46505df323
3 changed files with 37 additions and 2 deletions

View File

@ -47,6 +47,8 @@ spec:
mountPath: /config
- name: videos
mountPath: /videos
- name: books
mountPath: /books
volumes:
- name: config
persistentVolumeClaim:
@ -54,6 +56,9 @@ spec:
- name: videos
persistentVolumeClaim:
claimName: jellyfin-videos-pvc
- name: books
persistentVolumeClaim:
claimName: jellyfin-books-pvc