This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/calibrain/shelfmark](https://github.com/calibrain/shelfmark) | patch | `v1.0.2` → `v1.0.3` | --- ### Release Notes <details> <summary>calibrain/shelfmark (ghcr.io/calibrain/shelfmark)</summary> ### [`v1.0.3`](https://github.com/calibrain/shelfmark/releases/tag/v1.0.3) [Compare Source](https://github.com/calibrain/shelfmark/compare/v1.0.3...v1.0.3) - Hotfix: Reverts Chromium and SeleniumBase dependencies to 1.0.1 versions - Fixes bypass not succeeding with slow download sources ### [`v1.0.3`](https://github.com/calibrain/shelfmark/releases/tag/v1.0.3) [Compare Source](https://github.com/calibrain/shelfmark/compare/v1.0.2...v1.0.3) - Hotfix: Reverts Chromium and SeleniumBase dependencies to 1.0.1 versions - Fixes bypass not succeeding with slow download sources </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=--> Reviewed-on: #3554 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
110 lines
2.5 KiB
YAML
110 lines
2.5 KiB
YAML
shelfmark:
|
|
controllers:
|
|
main:
|
|
type: deployment
|
|
replicas: 1
|
|
strategy: Recreate
|
|
revisionHistoryLimit: 3
|
|
containers:
|
|
main:
|
|
image:
|
|
repository: ghcr.io/calibrain/shelfmark
|
|
tag: v1.0.3
|
|
pullPolicy: IfNotPresent
|
|
env:
|
|
- name: FLASK_PORT
|
|
value: 8084
|
|
- name: SEARCH_MODE
|
|
value: universal
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
custom: true
|
|
spec:
|
|
exec:
|
|
command:
|
|
- CMD
|
|
- curl
|
|
- -sf
|
|
- http://localhost:8084/api/health
|
|
failureThreshold: 5
|
|
initialDelaySeconds: 60
|
|
periodSeconds: 30
|
|
successThreshold: 1
|
|
timeoutSeconds: 30
|
|
resources:
|
|
requests:
|
|
cpu: 10m
|
|
memory: 256Mi
|
|
service:
|
|
main:
|
|
ports:
|
|
http:
|
|
port: 80
|
|
targetPort: 8084
|
|
protocol: HTTP
|
|
route:
|
|
main:
|
|
kind: HTTPRoute
|
|
parentRefs:
|
|
- group: gateway.networking.k8s.io
|
|
kind: Gateway
|
|
name: traefik-gateway
|
|
namespace: traefik
|
|
hostnames:
|
|
- shelfmark.alexlebens.net
|
|
rules:
|
|
- backendRefs:
|
|
- group: ''
|
|
kind: Service
|
|
name: shelfmark
|
|
port: 80
|
|
weight: 100
|
|
matches:
|
|
- path:
|
|
type: PathPrefix
|
|
value: /
|
|
persistence:
|
|
config:
|
|
forceRename: shelfmark
|
|
storageClass: ceph-block
|
|
accessMode: ReadWriteOnce
|
|
size: 1Gi
|
|
retain: true
|
|
advancedMounts:
|
|
main:
|
|
main:
|
|
- path: /config
|
|
readOnly: false
|
|
ingest:
|
|
existingClaim: shelfmark-import-nfs-storage
|
|
advancedMounts:
|
|
main:
|
|
main:
|
|
- path: /ingest
|
|
readOnly: false
|
|
audiobooks:
|
|
existingClaim: shelfmark-audiobooks-nfs-storage
|
|
advancedMounts:
|
|
main:
|
|
main:
|
|
- path: /audiobooks
|
|
readOnly: false
|
|
downloads:
|
|
existingClaim: shelfmark-downloads-nfs-storage
|
|
advancedMounts:
|
|
main:
|
|
main:
|
|
- path: /mnt/store/Torrent
|
|
readOnly: false
|
|
volsync-target-config:
|
|
pvcTarget: shelfmark
|
|
local:
|
|
enabled: true
|
|
schedule: 38 11 * * *
|
|
remote:
|
|
enabled: false
|
|
external:
|
|
enabled: true
|
|
schedule: 38 12 * * *
|