mirror of
https://github.com/truenas/charts.git
synced 2026-04-04 19:29:22 +08:00
This commit upgrades recyclarr, ipfs, komga, filebrowser catalog item(s). Co-authored-by: sonicaj <waqarsonic1@gmail.com>
26 lines
402 B
YAML
26 lines
402 B
YAML
image:
|
|
repository: ipfs/kubo
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.22.0
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
ipfsConfig:
|
|
additionalEnvs: []
|
|
ipfsNetwork:
|
|
apiPort: 30010
|
|
swarmPort: 30011
|
|
gatewayPort: 30012
|
|
hostNetwork: false
|
|
ipfsRunAs:
|
|
user: 568
|
|
group: 568
|
|
ipfsStorage:
|
|
data:
|
|
type: ixVolume
|
|
datasetName: data
|
|
staging:
|
|
type: ixVolume
|
|
datasetName: staging
|