Files
truecharts/incubator/bazarr/3.0.0/test_values.yaml
T
Kjeld Schouten-LebbingandGitHub eb48f8a4e1 Storage rework part 1 (#337)
* Create docs for Integrated Persistent Storage

* add a clear note about possibly moving to PVC's in the (near) future.

* Adapt developer docs to reflect new storage system

* Move Apps fixed-storage to new Storage system
2021-04-13 21:43:27 +02:00

29 lines
401 B
YAML

# Default values for Bazarr.
image:
repository: ghcr.io/truecharts/bazarr
pullPolicy: IfNotPresent
tag: v0.9.3-beta.9
strategy:
type: Recreate
services:
main:
port:
port: 6767
env: {}
# TZ: UTC
# PUID: 1001
# PGID: 1001
persistence:
config:
enabled: true
mountPath: "/config"
emptyDir: true
accessMode: ReadWriteOnce
size: 1Gi
storageClass: ""