mirror of
https://github.com/truenas/charts.git
synced 2026-04-23 18:10:06 +08:00
* use pvc on ci * remove chown * adapt values * adjust storage tempalte * adapt questions * bump version * add migration
28 lines
382 B
YAML
28 lines
382 B
YAML
image:
|
|
repository: ghcr.io/onedr0p/bazarr
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.4.0
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
bazarrConfig:
|
|
additionalEnvs: []
|
|
|
|
bazarrNetwork:
|
|
webPort: 30046
|
|
hostNetwork: false
|
|
|
|
bazarrRunAs:
|
|
user: 568
|
|
group: 568
|
|
|
|
bazarrStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
additionalStorages: []
|