all repos — infra @ 58facd2e65c8f8dac00c426fa9e07988fda913c3

infrastructure manifests and setup notes

apps: transmission: use local-path provisioner

Longhorn's RWX completely crapped the bed when there was a minor network
blip. Never again.
Anirudh Oppiliappan x@icyphox.sh
Fri, 02 Aug 2024 11:25:16 +0300
commit

58facd2e65c8f8dac00c426fa9e07988fda913c3

parent

e398bee7a25875f41bc68a450b9da6f0ffd805b8

2 files changed, 4 insertions(+), 2 deletions(-)

jump to
M apps/transmission/transmission.yamlapps/transmission/transmission.yaml

@@ -54,9 +54,9 @@ kind: PersistentVolumeClaim

metadata: name: transmission-data spec: - storageClassName: longhorn + storageClassName: local-path accessModes: - - ReadWriteMany + - ReadWriteOnce resources: requests: storage: 10Gi
M charts/audiobookshelf.yamlcharts/audiobookshelf.yaml

@@ -10,11 +10,13 @@ valuesContent: |-

persistence: config: enabled: true + size: 2Gi mountPath: /config audiobooks: enabled: true existingClaim: transmission-data mountPath: /audiobooks metadata: + size: 1Gi enabled: true mountPath: /metadata