TrueChartsClone/charts/stable/audiobookshelf/values.yaml

33 lines
699 B
YAML

image:
repository: tccr.io/truecharts/audiobookshelf
tag: v2.0.12@sha256:70b51185351d382e5dd304980e1d7f093bc2cc464261e91a483b30cc3a6eac4e
pullPolicy: IfNotPresent
env:
AUDIOBOOKSHELF_UID: "{{ .Values.security.PUID }}"
AUDIOBOOKSHELF_GID: "{{ .Values.podSecurityContext.fsGroup }}"
PORT: "{{ .Values.service.main.ports.main.port }}"
envValueFrom:
TOKEN_SECRET:
secretKeyRef:
name: audiobookshelf-secrets
key: TOKEN_SECRET
service:
main:
ports:
main:
port: 10223
persistence:
config:
enabled: true
mountPath: "/config"
audiobooks:
enabled: true
mountPath: "/audiobooks"
metadata:
enabled: true
mountPath: "/metadata"