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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user