mirror of
https://github.com/truenas/charts.git
synced 2026-02-12 23:06:13 +08:00
This commit upgrades collabora, netdata, chia, adguard-home, metube, n8n, audiobookshelf catalog item(s). Co-authored-by: sonicaj <waqarsonic1@gmail.com>
35 lines
503 B
YAML
35 lines
503 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: netdata/netdata
|
|
tag: v2.2.6
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
podOptions:
|
|
dnsConfig:
|
|
options: []
|
|
|
|
netdataConfig:
|
|
additionalEnvs: []
|
|
|
|
netdataNetwork:
|
|
webPort: 20489
|
|
|
|
netdataStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
cache:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: cache
|
|
lib:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: lib
|
|
additionalStorages: []
|