summaryrefslogtreecommitdiff
path: root/roles/streaming/handbrake/templates
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-07-23 00:35:18 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-07-23 00:35:18 +0200
commita7439f2a2bb3270676558bbeeaf16fac96795c7f (patch)
tree3613cb1ed98a545a172a00b009e29c971c1d2d3c /roles/streaming/handbrake/templates
parentadd role streaming/handbrake (diff)
streaming/handbrake: tweak UI display size to nicely fit FullHD screen
Diffstat (limited to 'roles/streaming/handbrake/templates')
-rw-r--r--roles/streaming/handbrake/templates/pod-spec.yml.j26
1 files changed, 4 insertions, 2 deletions
diff --git a/roles/streaming/handbrake/templates/pod-spec.yml.j2 b/roles/streaming/handbrake/templates/pod-spec.yml.j2
index 5f321864..2067fbae 100644
--- a/roles/streaming/handbrake/templates/pod-spec.yml.j2
+++ b/roles/streaming/handbrake/templates/pod-spec.yml.j2
@@ -14,8 +14,10 @@ containers:
value: '44'
- name: KEEP_APP_RUNNING
value: '1'
- - name: TZ
- value: '{{ handbrake_timezone }}'
+ - name: DISPLAY_WIDTH
+ value: '{{ handbrake_web_ui_width }}'
+ - name: DISPLAY_HEIGHT
+ value: '{{ handbrake_web_ui_height }}'
volumeMounts:
{% if handbrake_enable_hardware_encoding %}