This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/caronc/apprise](https://github.com/caronc/apprise-api) | patch | `v1.3.2` → `v1.3.3` | --- ### Release Notes <details> <summary>caronc/apprise-api (ghcr.io/caronc/apprise)</summary> ### [`v1.3.3`](https://github.com/caronc/apprise-api/releases/tag/v1.3.3): Apprise API Release v1.3.3 [Compare Source](https://github.com/caronc/apprise-api/compare/v1.3.3...v1.3.3) ##### What's Changed This release: - integrates itself with the new [Apprise URL Builder](https://appriseit.com/tools/url-builder/) - Add support for Apprise v1.9.9 ##### ❤️ Life Cycle - docs: Newly added undocumented parameter by [@​ciro-mota](https://github.com/ciro-mota) in [#​292](https://github.com/caronc/apprise-api/pull/292) - fix: fixes reverse proxy port issues by [@​Bruceforce](https://github.com/Bruceforce) in [#​298](https://github.com/caronc/apprise-api/pull/298) - Case sensitive field mapping in place in [#​299](https://github.com/caronc/apprise-api/pull/299) - APPRISE\_BASE\_URL settings now dynamically build nginx.conf in [#​300](https://github.com/caronc/apprise-api/pull/300) - Updated copyright notices to reflect 2026 in [#​303](https://github.com/caronc/apprise-api/pull/303) ##### New Contributors - [@​ciro-mota](https://github.com/ciro-mota) made their first contribution in [#​292](https://github.com/caronc/apprise-api/pull/292) - [@​Bruceforce](https://github.com/Bruceforce) made their first contribution in [#​298](https://github.com/caronc/apprise-api/pull/298) **Full Changelog**: <https://github.com/caronc/apprise-api/compare/v1.3.1...v1.3.3> ### [`v1.3.3`](https://github.com/caronc/apprise-api/releases/tag/v1.3.3): Apprise API Release v1.3.3 [Compare Source](https://github.com/caronc/apprise-api/compare/v1.3.2...v1.3.3) ##### What's Changed This release: - integrates itself with the new [Apprise URL Builder](https://appriseit.com/tools/url-builder/) - Add support for Apprise v1.9.9 ##### ❤️ Life Cycle - docs: Newly added undocumented parameter by [@​ciro-mota](https://github.com/ciro-mota) in [#​292](https://github.com/caronc/apprise-api/pull/292) - fix: fixes reverse proxy port issues by [@​Bruceforce](https://github.com/Bruceforce) in [#​298](https://github.com/caronc/apprise-api/pull/298) - Case sensitive field mapping in place in [#​299](https://github.com/caronc/apprise-api/pull/299) - APPRISE\_BASE\_URL settings now dynamically build nginx.conf in [#​300](https://github.com/caronc/apprise-api/pull/300) - Updated copyright notices to reflect 2026 in [#​303](https://github.com/caronc/apprise-api/pull/303) ##### New Contributors - [@​ciro-mota](https://github.com/ciro-mota) made their first contribution in [#​292](https://github.com/caronc/apprise-api/pull/292) - [@​Bruceforce](https://github.com/Bruceforce) made their first contribution in [#​298](https://github.com/caronc/apprise-api/pull/298) **Full Changelog**: <https://github.com/caronc/apprise-api/compare/v1.3.1...v1.3.3> </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:eyJjcmVhdGVkSW5WZXIiOiI0My44OS4xIiwidXBkYXRlZEluVmVyIjoiNDMuODkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=--> Reviewed-on: #5054 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
152 lines
3.8 KiB
YAML
152 lines
3.8 KiB
YAML
audiobookshelf:
|
|
controllers:
|
|
main:
|
|
type: deployment
|
|
replicas: 1
|
|
strategy: Recreate
|
|
pod:
|
|
securityContext:
|
|
fsGroup: 1000
|
|
fsGroupChangePolicy: OnRootMismatch
|
|
containers:
|
|
main:
|
|
image:
|
|
repository: ghcr.io/advplyr/audiobookshelf
|
|
tag: 2.33.1@sha256:a4a5841bba093d81e5f4ad1eaedb4da3fda6dbb2528c552349da50ad1f7ae708
|
|
env:
|
|
- name: TZ
|
|
value: America/Chicago
|
|
resources:
|
|
requests:
|
|
cpu: 10m
|
|
memory: 200Mi
|
|
apprise-api:
|
|
image:
|
|
repository: ghcr.io/caronc/apprise
|
|
tag: v1.3.3@sha256:4bfeac268ba87b8e08e308c9aa0182fe99e9501ec464027afc333d1634e65977
|
|
env:
|
|
- name: TZ
|
|
value: America/Chicago
|
|
- name: PGID
|
|
value: "1000"
|
|
- name: PUID
|
|
value: "1000"
|
|
- name: APPRISE_STORAGE_MODE
|
|
value: memory
|
|
- name: APPRISE_STATEFUL_MODE
|
|
value: disabled
|
|
- name: APPRISE_WORKER_COUNT
|
|
value: 1
|
|
- name: APPRISE_STATELESS_URLS
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: audiobookshelf-apprise-config
|
|
key: ntfy-url
|
|
service:
|
|
main:
|
|
controller: main
|
|
ports:
|
|
http:
|
|
port: 80
|
|
targetPort: 80
|
|
protocol: HTTP
|
|
apprise:
|
|
port: 8000
|
|
targetPort: 8000
|
|
protocol: HTTP
|
|
serviceMonitor:
|
|
main:
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: audiobookshelf
|
|
app.kubernetes.io/instance: audiobookshelf
|
|
serviceName: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}'
|
|
endpoints:
|
|
- port: apprise
|
|
scheme: http
|
|
path: /metrics
|
|
interval: 30s
|
|
scrapeTimeout: 15s
|
|
route:
|
|
main:
|
|
kind: HTTPRoute
|
|
parentRefs:
|
|
- group: gateway.networking.k8s.io
|
|
kind: Gateway
|
|
name: traefik-gateway
|
|
namespace: traefik
|
|
hostnames:
|
|
- audiobookshelf.alexlebens.net
|
|
rules:
|
|
- backendRefs:
|
|
- name: audiobookshelf
|
|
port: 80
|
|
matches:
|
|
- path:
|
|
type: PathPrefix
|
|
value: /
|
|
persistence:
|
|
config:
|
|
forceRename: audiobookshelf-config
|
|
storageClass: ceph-block
|
|
accessMode: ReadWriteOnce
|
|
size: 2Gi
|
|
advancedMounts:
|
|
main:
|
|
main:
|
|
- path: /config
|
|
readOnly: false
|
|
metadata:
|
|
forceRename: audiobookshelf-metadata
|
|
storageClass: ceph-block
|
|
accessMode: ReadWriteOnce
|
|
size: 10Gi
|
|
advancedMounts:
|
|
main:
|
|
main:
|
|
- path: /metadata
|
|
readOnly: false
|
|
books:
|
|
existingClaim: audiobookshelf-books-nfs-storage
|
|
advancedMounts:
|
|
main:
|
|
main:
|
|
- path: /mnt/store/Books
|
|
readOnly: false
|
|
audiobooks:
|
|
existingClaim: audiobookshelf-audiobooks-nfs-storage
|
|
advancedMounts:
|
|
main:
|
|
main:
|
|
- path: /mnt/store/Audiobooks
|
|
readOnly: false
|
|
podcasts:
|
|
existingClaim: audiobookshelf-podcasts-nfs-storage
|
|
advancedMounts:
|
|
main:
|
|
main:
|
|
- path: /mnt/store/Podcasts
|
|
readOnly: false
|
|
volsync-target-config:
|
|
pvcTarget: audiobookshelf-config
|
|
local:
|
|
enabled: true
|
|
schedule: 2 8 * * *
|
|
remote:
|
|
enabled: true
|
|
schedule: 2 9 * * *
|
|
external:
|
|
enabled: true
|
|
schedule: 2 10 * * *
|
|
volsync-target-metadata:
|
|
pvcTarget: audiobookshelf-metadata
|
|
local:
|
|
enabled: true
|
|
schedule: 4 8 * * *
|
|
remote:
|
|
enabled: true
|
|
schedule: 4 9 * * *
|
|
external:
|
|
enabled: true
|
|
schedule: 4 10 * * *
|