mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
27 lines
367 B
YAML
27 lines
367 B
YAML
image:
|
|
repository: ghcr.io/autobrr/autobrr
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.29.0
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
autobrrConfig:
|
|
additionalEnvs: []
|
|
|
|
autobrrNetwork:
|
|
webPort: 30051
|
|
hostNetwork: false
|
|
|
|
autobrrRunAs:
|
|
user: 568
|
|
group: 568
|
|
|
|
autobrrStorage:
|
|
config:
|
|
type: ixVolume
|
|
datasetName: config
|
|
additionalStorages: []
|