Files
truecharts/charts/stable/bazarr/values.yaml
T
dc7f171ad9 chore(deps): update container image ghcr.io/k8s-at-home/bazarr to v0.9.8 (#874)
* chore(deps): update container image ghcr.io/k8s-at-home/bazarr to v0.9.8

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-09-01 01:29:58 +02:00

29 lines
387 B
YAML

# Default values for Bazarr.
image:
repository: ghcr.io/k8s-at-home/bazarr
pullPolicy: IfNotPresent
tag: v0.9.8
strategy:
type: Recreate
service:
main:
ports:
main:
port: 6767
env: {}
# TZ: UTC
# PUID: 1001
# PGID: 1001
persistence:
config:
enabled: true
mountPath: "/config"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"