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