all repos — infra @ da82e950b496c1615bb1de2f9eb0d131a300c97c

infrastructure manifests and setup notes

charts/audiobookshelf.yaml (view raw)

 1apiVersion: helm.cattle.io/v1
 2kind: HelmChart
 3metadata:
 4  name: audiobookshelf
 5  namespace: default
 6spec:
 7  chart: oci://tccr.io/truecharts/audiobookshelf
 8  targetNamespace: default
 9  valuesContent: |-
10    persistence:
11      config:
12        enabled: true
13        size: 2Gi
14        mountPath: /config
15      audiobooks:
16        enabled: true
17        existingClaim: transmission-data
18        mountPath: /audiobooks
19      metadata:
20        size: 1Gi
21        enabled: true
22        mountPath: /metadata