Files
chart/library/ix-dev/community/tdarr/values.yaml
Stavros Kois 85d2fab14d NAS-122030 / 23.10 / Adds check to only render hostPath key if it has a value (#1210)
* Remove hostPath key from values.yaml

* Add migrations

* bump

* rename migration files and make it safer

* fix wrongly nested dict
2023-05-30 16:23:29 +03:00

38 lines
613 B
YAML

image:
repository: haveagitgat/tdarr
pullPolicy: IfNotPresent
tag: '2.00.20.1'
resources:
limits:
cpu: 4000m
memory: 8Gi
tdarrConfig:
nodeName: ''
internalNode: true
serverIP: "0.0.0.0"
additionalEnvs: []
tdarrNetwork:
webPort: 30000
serverPort: 30001
tdarrGPU: {}
tdarrID:
user: 568
group: 568
tdarrStorage:
server:
type: ixVolume
datasetName: server
configs:
type: ixVolume
datasetName: configs
logs:
type: ixVolume
datasetName: logs
transcodes:
type: ixVolume
datasetName: transcodes
medium: ''
size: ''
additionalStorages: []