33 lines
698 B
YAML
33 lines
698 B
YAML
image:
|
|
repository: tccr.io/truecharts/audiobookshelf
|
|
tag: v1.7.2@sha256:96d424d4ceee1042ed25014e361b2f75890a0770046a3bbba40625b0822465f5
|
|
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"
|