mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 18:50:47 +08:00
* migrate autobrr - add acls * bump version * update script * run perms only on install * skip when acl is enabled * adapt for helm 3.9.4
28 lines
389 B
YAML
28 lines
389 B
YAML
image:
|
|
repository: ghcr.io/autobrr/autobrr
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.34.1
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
autobrrConfig:
|
|
additionalEnvs: []
|
|
|
|
autobrrNetwork:
|
|
webPort: 30051
|
|
hostNetwork: false
|
|
|
|
autobrrRunAs:
|
|
user: 568
|
|
group: 568
|
|
|
|
autobrrStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
additionalStorages: []
|