Files
truecharts/charts/stable/bazarr/values.yaml
T
9e40458483 chore(deps): update container image ghcr.io/k8s-at-home/bazarr to v1.0.0 (#1135)
* chore(deps): update container image ghcr.io/k8s-at-home/bazarr to v1.0.0

* 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-10-13 23:45:20 +02:00

26 lines
417 B
YAML

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