2022-04-18 06:29:33 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/audiobookshelf
|
2022-06-07 17:41:19 +00:00
|
|
|
tag: v2.0.20@sha256:4f51b1d78d44957db204132c36c43972d1443421b7b3bb8abfa0ae0075997b99
|
2022-04-18 06:29:33 +00:00
|
|
|
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"
|