all repos — infra @ master

infrastructure manifests and setup notes

charts/audiobookshelf.yaml (view raw)

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