summaryrefslogtreecommitdiff
path: root/roles/streaming/handbrake/templates
diff options
context:
space:
mode:
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 %}