mirror of
https://github.com/truecharts/catalog.git
synced 2026-06-28 05:36:09 +08:00
31 lines
423 B
YAML
31 lines
423 B
YAML
# Default values for Bazarr.
|
|
|
|
image:
|
|
repository: ghcr.io/truecharts/bazarr
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.9.5
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 6767
|
|
|
|
env: {}
|
|
# TZ: UTC
|
|
# PUID: 1001
|
|
# PGID: 1001
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
emptyDir:
|
|
enabled: true
|
|
accessMode: ReadWriteOnce
|
|
size: 1Gi
|
|
storageClass: ""
|