TrueChartsClone/charts/stable/audiobookshelf/values.yaml

31 lines
684 B
YAML
Raw Normal View History

image:
repository: tccr.io/truecharts/audiobookshelf
tag: v2.0.20@sha256:4f51b1d78d44957db204132c36c43972d1443421b7b3bb8abfa0ae0075997b99
pullPolicy: IfNotPresent
env:
AUDIOBOOKSHELF_UID: "{{ .Values.security.PUID }}"
AUDIOBOOKSHELF_GID: "{{ .Values.podSecurityContext.fsGroup }}"
PORT: "{{ .Values.service.main.ports.main.port }}"
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"