* chore(deps): update helm chart common to v6 * Adapt persistence to new GUI * Adapt additional storage GUI to new storage system * Adapt values.yaml accordingly * Move transmission settings to env * fix a vaultwarden linting issue * fix firefly-iii linting issues * Use forceName to force a specific name for the DB PVC * add force name to questions.yaml as well * use newest common version * try fixing db-linking issues on vaultwarden * add deviceList option to zwave2mqtt * Fixup the deviceList for all Apps * fix linting error * Fix more transmission issues Co-authored-by: Renovate Bot <bot@renovateapp.com>
52 lines
998 B
YAML
52 lines
998 B
YAML
image:
|
|
repository: jlesage/handbrake
|
|
tag: v1.23.2
|
|
pullPolicy: IfNotPresent
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 5800
|
|
vnc:
|
|
enabled: true
|
|
type: ClusterIP
|
|
ports:
|
|
vnc:
|
|
enabled: true
|
|
port: 5900
|
|
protocol: "TCP"
|
|
|
|
# All values here are set as the docker defaults.
|
|
envTpl:
|
|
# Permissions Settings
|
|
USER_ID: "{{ .Values.env.PUID }}"
|
|
GROUP_ID: "{{ .Values.env.PGID }}"
|
|
|
|
env:
|
|
# Permissions Settings
|
|
PUID: "568"
|
|
PGID: "568"
|
|
# 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: true
|
|
mountPath: "/config"
|
|
type: emptyDir
|