mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
31 lines
486 B
YAML
31 lines
486 B
YAML
image:
|
|
repository: mrcas/kapowarr
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.0.0-beta-4
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
kapowarrConfig:
|
|
additionalEnvs: []
|
|
|
|
kapowarrNetwork:
|
|
webPort: 30071
|
|
|
|
kapowarrStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
downloads:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: downloads
|
|
content:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: content
|
|
additionalStorages: []
|