Files
chart/library/ix-dev/community/handbrake/values.yaml
Stavros Kois df964fd77b Adds Handbrake (#2024)
* initial commit

* add chartfiles

* 2 more tempaltes

* add initial templates/values

* basic values

* add extra test values

* add readme

* fix storage

* add metadata

* add kill cap

* rofs false

* chown

* emptydirs

* hmm

* more caps

* more caps

* update meta

* 2 more

* fix dataset names
2024-01-12 14:26:17 +02:00

44 lines
693 B
YAML

image:
repository: jlesage/handbrake
pullPolicy: IfNotPresent
tag: v23.12.2
resources:
limits:
cpu: 4000m
memory: 8Gi
handbrakeConfig:
darkMode: false
vncPassword: ""
secureConnection: false
additionalEnvs: []
handbrakeID:
user: 568
group: 568
handbrakeNetwork:
webPort: 31010
vncPort: 31011
hostNetwork: false
handbrakeStorage:
config:
type: ixVolume
ixVolumeConfig:
datasetName: config
storage:
type: ixVolume
ixVolumeConfig:
datasetName: storage
output:
type: ixVolume
ixVolumeConfig:
datasetName: output
watch:
type: ixVolume
ixVolumeConfig:
datasetName: watch
additionalStorages: []