Files
truecharts/charts/stable/audiobookshelf/values.yaml
T
TrueCharts BotandGitHub a7da9d0914 chore(deps): update docker general non-major (#2658)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-13 09:35:54 +02:00

33 lines
699 B
YAML

image:
repository: tccr.io/truecharts/audiobookshelf
tag: v2.0.13@sha256:2eb8de32d037a4eef89230ee9c176c0d1c7e524860f92501f04dd4b170e5178f
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"