image: repository: advplyr/audiobookshelf tag: 2.7.0@sha256:a96c95eb7cdfbd0c3b0da2da8968cb6767267a23f5590000a7e9173e4d2fd2f4 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 portal: open: enabled: true