Automated Manifest Update (#4691)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #4691
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #4691.
This commit is contained in:
2026-03-13 03:20:39 +00:00
committed by Alex Lebens
parent 96731ebcf0
commit b7e4177e36
5 changed files with 93 additions and 0 deletions

View File

@@ -72,17 +72,32 @@ spec:
volumeMounts:
- mountPath: /mnt/store/
name: audiobooks
- mountPath: /mnt/Audiobooks
name: audiobooks-data
- mountPath: /mnt/Books
name: books-data
- mountPath: /config
name: config
- mountPath: /metadata
name: metadata
- mountPath: /mnt/Podcasts
name: podcasts-data
volumes:
- name: audiobooks
persistentVolumeClaim:
claimName: audiobookshelf-nfs-storage
- name: audiobooks-data
persistentVolumeClaim:
claimName: audiobookshelf-audiobooks
- name: books-data
persistentVolumeClaim:
claimName: audiobookshelf-books
- name: config
persistentVolumeClaim:
claimName: audiobookshelf-config
- name: metadata
persistentVolumeClaim:
claimName: audiobookshelf-metadata
- name: podcasts-data
persistentVolumeClaim:
claimName: audiobookshelf-podcasts-nfs-storage