add calibre and audiobookshelf
This commit is contained in:
30
audiobookshelf/values.yaml.gotmpl
Normal file
30
audiobookshelf/values.yaml.gotmpl
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
env:
|
||||||
|
TZ: America/Edmonton
|
||||||
|
ingress:
|
||||||
|
main:
|
||||||
|
enabled: true
|
||||||
|
hosts:
|
||||||
|
- host: audiobookshelf.incngrnt.ca
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
tls:
|
||||||
|
- secretName: audiobookshelf-incngrnt-ca-tls
|
||||||
|
hosts:
|
||||||
|
- audiobookshelf.incngrnt.ca
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
config:
|
||||||
|
enabled: true
|
||||||
|
accessMode: ReadWriteOnce
|
||||||
|
size: 1Mi
|
||||||
|
storageClassName: ceph-block
|
||||||
|
metadata:
|
||||||
|
enabled: true
|
||||||
|
accessMode: ReadWriteOnce
|
||||||
|
size: 5Gi
|
||||||
|
storageClassName: ceph-block
|
||||||
|
media:
|
||||||
|
enabled: true
|
||||||
|
accessMode: ReadWriteOnce
|
||||||
|
size: 50Gi
|
||||||
|
storageClassName: ceph-block
|
||||||
26
calibre-web/values.yaml.gotmpl
Normal file
26
calibre-web/values.yaml.gotmpl
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
env:
|
||||||
|
TZ: America/Edmonton
|
||||||
|
DOCKER_MODS: linuxserver/mods:universal-calibre
|
||||||
|
ingress:
|
||||||
|
main:
|
||||||
|
enabled: true
|
||||||
|
hosts:
|
||||||
|
- host: calibre.incngrnt.ca
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
tls:
|
||||||
|
- secretName: calibre-incngrnt-ca-tls
|
||||||
|
hosts:
|
||||||
|
- calibre.incngrnt.ca
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
config:
|
||||||
|
enabled: true
|
||||||
|
accessMode: ReadWriteOnce
|
||||||
|
size: 1Mi
|
||||||
|
storageClassName: ceph-block
|
||||||
|
books:
|
||||||
|
enabled: true
|
||||||
|
accessMode: ReadWriteOnce
|
||||||
|
size: 1Gi
|
||||||
|
storageClassName: ceph-block
|
||||||
@@ -19,4 +19,4 @@ dependencies:
|
|||||||
repository: https://traefik.github.io/charts
|
repository: https://traefik.github.io/charts
|
||||||
version: 39.0.6
|
version: 39.0.6
|
||||||
digest: sha256:ab4571859e9f203e981e51fddd6eb64e39e327d1f469aae0aebd5f53cf0ec025
|
digest: sha256:ab4571859e9f203e981e51fddd6eb64e39e327d1f469aae0aebd5f53cf0ec025
|
||||||
generated: "2026-03-21T13:49:21.274234426-06:00"
|
generated: "2026-03-21T15:54:30.181487309-06:00"
|
||||||
|
|||||||
@@ -12,5 +12,5 @@ dependencies:
|
|||||||
- name: postgrescluster
|
- name: postgrescluster
|
||||||
repository: git+https://github.com/grantdhunter/postgres-operator@helm?ref=main
|
repository: git+https://github.com/grantdhunter/postgres-operator@helm?ref=main
|
||||||
version: 5.7.4
|
version: 5.7.4
|
||||||
digest: sha256:bdd9acbcdad8b139c0e15907a8dc75b6271ccb18b38ab163d112e6499499de18
|
digest: sha256:15aa54bcbc82cc0a0f2fde31f8a9999598a4ac8d8ae8ef4ea5d2cbc361443075
|
||||||
generated: "2026-03-21T13:49:21.838610853-06:00"
|
generated: "2026-03-21T14:15:00.978030866-06:00"
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
version: 1.2.3
|
version: 1.2.3
|
||||||
dependencies:
|
dependencies:
|
||||||
|
- name: audiobookshelf
|
||||||
|
repository: https://k8s-home-lab.github.io/helm-charts/
|
||||||
|
version: 2.0.1
|
||||||
|
- name: calibre-web
|
||||||
|
repository: https://k8s-home-lab.github.io/helm-charts/
|
||||||
|
version: 9.1.0
|
||||||
- name: ghost
|
- name: ghost
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 25.0.4
|
version: 25.0.4
|
||||||
@@ -33,5 +39,5 @@ dependencies:
|
|||||||
- name: static-site
|
- name: static-site
|
||||||
repository: git+https://github.com/cfpb/static-site@charts?ref=main
|
repository: git+https://github.com/cfpb/static-site@charts?ref=main
|
||||||
version: 0.1.1
|
version: 0.1.1
|
||||||
digest: sha256:e206c5e3e8104780c61d1322d1b1498907b69351dbee5d92f24f864975b1efe0
|
digest: sha256:5fa6810fb7db97d0ff56fc5dcf272fd59202bad89b36c5b30ce212db7956edb9
|
||||||
generated: "2026-03-16T10:29:28.885610419-06:00"
|
generated: "2026-03-21T15:54:36.111194061-06:00"
|
||||||
|
|||||||
@@ -11,7 +11,9 @@ repositories:
|
|||||||
url: git+https://github.com/cfpb/static-site@charts?ref=main
|
url: git+https://github.com/cfpb/static-site@charts?ref=main
|
||||||
- name: incngrnt
|
- name: incngrnt
|
||||||
url: git+https://git.incngrnt.ca/grant/charts@charts?ref=main
|
url: git+https://git.incngrnt.ca/grant/charts@charts?ref=main
|
||||||
|
- name: k8s-home-lab
|
||||||
|
url: https://k8s-home-lab.github.io/helm-charts/
|
||||||
|
|
||||||
lockFilePath: ./helmfile.d/03-apps.lock
|
lockFilePath: ./helmfile.d/03-apps.lock
|
||||||
releases:
|
releases:
|
||||||
# goatchat matrix
|
# goatchat matrix
|
||||||
@@ -64,6 +66,20 @@ releases:
|
|||||||
values:
|
values:
|
||||||
- ../gitea/values.yaml.gotmpl
|
- ../gitea/values.yaml.gotmpl
|
||||||
|
|
||||||
|
# books
|
||||||
|
- name: calibre-web
|
||||||
|
namespace: calibre
|
||||||
|
createNamespace: true
|
||||||
|
chart: k8s-home-lab/calibre-web
|
||||||
|
values:
|
||||||
|
- ../calibre-web/values.yaml.gotmpl
|
||||||
|
- name: audiobookshelf
|
||||||
|
namespace: audiobookshelf
|
||||||
|
createNamespace: true
|
||||||
|
chart: k8s-home-lab/audiobookshelf
|
||||||
|
values:
|
||||||
|
- ../audiobookshelf/values.yaml.gotmpl
|
||||||
|
|
||||||
# backups
|
# backups
|
||||||
- name: ghost-backup
|
- name: ghost-backup
|
||||||
namespace: ghost
|
namespace: ghost
|
||||||
|
|||||||
@@ -7,5 +7,5 @@ spec:
|
|||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 200Gi
|
storage: 300Gi
|
||||||
|
|
||||||
|
|||||||
@@ -158,3 +158,27 @@ extraObjects:
|
|||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
dnsNames:
|
dnsNames:
|
||||||
- photos.incngrnt.ca
|
- photos.incngrnt.ca
|
||||||
|
- apiVersion: cert-manager.io/v1
|
||||||
|
kind: Certificate
|
||||||
|
metadata:
|
||||||
|
name: calibre-incngrnt-ca
|
||||||
|
namespace: calibre
|
||||||
|
spec:
|
||||||
|
secretName: calibre-incngrnt-ca-tls
|
||||||
|
issuerRef:
|
||||||
|
name: letsencrypt
|
||||||
|
kind: ClusterIssuer
|
||||||
|
dnsNames:
|
||||||
|
- calibre.incngrnt.ca
|
||||||
|
- apiVersion: cert-manager.io/v1
|
||||||
|
kind: Certificate
|
||||||
|
metadata:
|
||||||
|
name: audiobookshelf-incngrnt-ca
|
||||||
|
namespace: audiobookshelf
|
||||||
|
spec:
|
||||||
|
secretName: audiobookshelf-incngrnt-ca-tls
|
||||||
|
issuerRef:
|
||||||
|
name: letsencrypt
|
||||||
|
kind: ClusterIssuer
|
||||||
|
dnsNames:
|
||||||
|
- audiobookshelf.incngrnt.ca
|
||||||
|
|||||||
Reference in New Issue
Block a user