Files
truecharts/charts/stable/audiobookshelf/values.yaml
T

54 lines
1.2 KiB
YAML

image:
repository: docker.io/advplyr/audiobookshelf
tag: 2.28.0@sha256:b854ec08b1a7bee67c3274f1df5dce2143f48e05cbce5ada356c38662694f7fe
pullPolicy: IfNotPresent
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 10223
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: "/ping"
readiness:
path: "/ping"
startup:
path: "/ping"
env:
AUDIOBOOKSHELF_UID: "{{ .Values.securityContext.container.PUID }}"
AUDIOBOOKSHELF_GID: "{{ .Values.securityContext.pod.fsGroup }}"
PORT: "{{ .Values.service.main.ports.main.port }}"
TOKEN_SECRET:
secretKeyRef:
name: secrets
key: TOKEN_SECRET
persistence:
config:
enabled: true
mountPath: /config
audiobooks:
enabled: true
mountPath: /audiobooks
metadata:
enabled: true
mountPath: /metadata
resources:
limits:
cpu: 500m
memory: 750Mi
requests:
cpu: 50m
memory: 125Mi