TrueChartsClone/charts/stable/audiobookshelf/values.yaml

33 lines
699 B
YAML

image:
repository: tccr.io/truecharts/audiobookshelf
tag: v2.0.15@sha256:0dc773818acbe196728b4e885fef63455e62362e93af745702c13b4e76a67a16
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"