chore: Update manifests after change

This commit is contained in:
2026-01-18 23:56:25 +00:00
parent 9b613cd4ca
commit 1daa866aa2
3 changed files with 46 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ spec:
value: "8084"
- name: SEARCH_MODE
value: direct
image: ghcr.io/calibrain/shelfmark:dev@sha256:3f6b0822e6f6981386e6bbb2270deb06f361dc5d732a56cbbe2415a0ce467783
image: ghcr.io/calibrain/shelfmark:v1.0.1
imagePullPolicy: IfNotPresent
livenessProbe:
exec:
@@ -63,6 +63,8 @@ spec:
name: audiobooks
- mountPath: /config
name: config
- mountPath: /mnt/store/Torrent
name: downloads
- mountPath: /ingest
name: ingest
volumes:
@@ -72,6 +74,9 @@ spec:
- name: config
persistentVolumeClaim:
claimName: shelfmark
- name: downloads
persistentVolumeClaim:
claimName: shelfmark-downloads-nfs-storage
- name: ingest
persistentVolumeClaim:
claimName: shelfmark-import-nfs-storage