mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 03:39:20 +08:00
This commit upgrades minio, sonarr, wordpress, n8n, tdarr, unifi-controller catalog item(s). Co-authored-by: sonicaj <waqarsonic1@gmail.com>
40 lines
667 B
YAML
40 lines
667 B
YAML
image:
|
|
repository: haveagitgat/tdarr
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.23.01
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
tdarrConfig:
|
|
nodeName: ''
|
|
internalNode: true
|
|
serverIP: 0.0.0.0
|
|
additionalEnvs: []
|
|
tdarrNetwork:
|
|
webPort: 30028
|
|
serverPort: 30029
|
|
tdarrGPU: {}
|
|
tdarrID:
|
|
user: 568
|
|
group: 568
|
|
tdarrStorage:
|
|
server:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: server
|
|
configs:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: configs
|
|
logs:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: logs
|
|
transcodes:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: transcodes
|
|
additionalStorages: []
|