add apprise
All checks were successful
renovate / renovate (push) Successful in 2m1s

This commit is contained in:
2025-06-05 20:47:34 -05:00
parent 000c589d06
commit 5b9210750a
3 changed files with 77 additions and 0 deletions

View File

@@ -18,6 +18,37 @@ audiobookshelf:
requests:
cpu: 10m
memory: 128Mi
apprise-api:
image:
repository: caronc/apprise
tag: 1.2.0
pullPolicy: IfNotPresent
env:
- name: TZ
value: US/Central
- name: PGID
value: "1000"
- name: PUID
value: "1000"
- name: IPV4_ONLY
value: true
- 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
- name: ALLOWED_HOSTS
value: localhost
resources:
requests:
cpu: 10m
memory: 128Mi
service:
main:
controller: main
@@ -26,6 +57,10 @@ audiobookshelf:
port: 80
targetPort: 80
protocol: HTTP
apprise:
port: 8000
targetPort: 8000
protocol: HTTP
persistence:
config:
storageClass: ceph-block