mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2026-03-22 12:29:47 +00:00
BOOKS
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user