Automated Manifest Update (#3316)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #3316 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 #3316.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user