104 lines
2.0 KiB
YAML
104 lines
2.0 KiB
YAML
|
image:
|
||
|
repository: jlesage/handbrake
|
||
|
tag: v1.23.1
|
||
|
pullPolicy: IfNotPresent
|
||
|
|
||
|
strategy:
|
||
|
type: Recreate
|
||
|
|
||
|
startAsRoot: true
|
||
|
|
||
|
# 24=cdrom 44=video 107=render
|
||
|
supplementalGroups: 24,44,107
|
||
|
|
||
|
services:
|
||
|
main:
|
||
|
port:
|
||
|
port: 5800
|
||
|
vnc:
|
||
|
enabled: true
|
||
|
type: ClusterIP
|
||
|
port:
|
||
|
port: 5900
|
||
|
protocol: "TCP"
|
||
|
targetPort: 5900
|
||
|
|
||
|
# All values here are set as the docker defaults.
|
||
|
envTpl:
|
||
|
# Permissions Settings
|
||
|
USER_ID: "{{ .Values.PUID }}"
|
||
|
GROUP_ID: "{{ .Values.PGID }}"
|
||
|
|
||
|
env:
|
||
|
# General Settings
|
||
|
KEEP_APP_RUNNING: "0"
|
||
|
CLEAN_TMP_DIR: "1"
|
||
|
# GUI Settings
|
||
|
DISPLAY_WIDTH: "1280"
|
||
|
DISPLAY_HEIGHT: "768"
|
||
|
SECURE_CONNECTION: "0"
|
||
|
VNC_PASSWORD:
|
||
|
# Automated Conversion Preset
|
||
|
AUTOMATED_CONVERSION_PRESET: "General/Very Fast 1080p30"
|
||
|
AUTOMATED_CONVERSION_FORMAT: "mp4"
|
||
|
AUTOMATED_CONVERSION_KEEP_SOURCE: "1"
|
||
|
AUTOMATED_CONVERSION_NON_VIDEO_FILE_ACTION: "ignore"
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: false
|
||
|
emptyDir: false
|
||
|
mountPath: /config
|
||
|
|
||
|
storage:
|
||
|
enabled: false
|
||
|
emptyDir: false
|
||
|
mountPath: /storage # This can be read only
|
||
|
|
||
|
watch:
|
||
|
enabled: false
|
||
|
emptyDir: false
|
||
|
mountPath: /watch
|
||
|
|
||
|
output:
|
||
|
enabled: false
|
||
|
emptyDir: false
|
||
|
mountPath: /output
|
||
|
|
||
|
appVolumeMounts:
|
||
|
config:
|
||
|
enabled: true
|
||
|
emptyDir: true
|
||
|
datasetName: "config"
|
||
|
mountPath: "/config"
|
||
|
hostPathEnabled: true
|
||
|
setPermissions: true
|
||
|
storage:
|
||
|
enabled: true
|
||
|
emptyDir: true
|
||
|
datasetName: "storage"
|
||
|
mountPath: "/storage"
|
||
|
hostPathEnabled: true
|
||
|
setPermissions: true
|
||
|
watch:
|
||
|
enabled: true
|
||
|
emptyDir: true
|
||
|
datasetName: "watch"
|
||
|
mountPath: "/watch"
|
||
|
hostPathEnabled: true
|
||
|
setPermissions: true
|
||
|
output:
|
||
|
enabled: true
|
||
|
emptyDir: true
|
||
|
datasetName: "output"
|
||
|
mountPath: "/output"
|
||
|
hostPathEnabled: true
|
||
|
setPermissions: true
|
||
|
# opticaldrive:
|
||
|
# enabled: true
|
||
|
# emptyDir: true
|
||
|
# mountPath: "/dev/sr0"
|
||
|
# hostPath: "/dev/sr0"
|
||
|
# hostPathEnabled: true
|
||
|
# setPermissions: true
|