1d51be0e3d
Squashed commit: [9ae7dd0f] add helm-docs to workflow [2206f5ba] fix small typo in workflows (+1 squashed commits) Squashed commits: [29c2ceb4] Documentation-Cleanup (#181) * work on readme generation * document windows setup * add simple pre-commit install script * more docs for git setup * Update pre-commit * pre-commit automatic fixes * Increase all patch versions * Auto Readme and Config doc * Auto app-readme.md generation * increase common and common-test versions accordingly (due to cleanup) * move contribution guidelines to /development in wiki * fix some end-of-line issues (again) * fix line 14 of workflows
56 lines
1.1 KiB
YAML
56 lines
1.1 KiB
YAML
# Default values for Bazarr.
|
|
|
|
image:
|
|
repository: linuxserver/bazarr
|
|
pullPolicy: IfNotPresent
|
|
tag: version-v0.9.0.5
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
service:
|
|
port:
|
|
port: 6767
|
|
|
|
env: {}
|
|
# TZ: UTC
|
|
# PUID: 1001
|
|
# PGID: 1001
|
|
|
|
persistence:
|
|
config:
|
|
enabled: false
|
|
emptyDir: false
|
|
|
|
media:
|
|
enabled: false
|
|
emptyDir: false
|
|
mountPath: /media
|
|
## Persistent Volume Storage Class
|
|
## If defined, storageClassName: <storageClass>
|
|
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
|
## If undefined (the default) or set to null, no storageClassName spec is
|
|
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
|
## GKE, AWS & OpenStack)
|
|
# storageClass: "-"
|
|
# accessMode: ReadWriteOnce
|
|
# size: 1Gi
|
|
## Do not delete the pvc upon helm uninstall
|
|
# skipuninstall: false
|
|
# existingClaim: ""
|
|
|
|
## TrueCharts Config
|
|
|
|
|
|
|
|
#appVolumeMounts:
|
|
# config:
|
|
# enabled: true
|
|
# emptyDir: false
|
|
# media:
|
|
# enabled: true
|
|
# emptyDir: false
|
|
# downloads:
|
|
# enabled: true
|
|
# emptyDir: false
|