From 7f9285e827dab648e72e1fbcbf4cd4e6709fb591 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sun, 7 Sep 2025 17:32:13 +0200 Subject: immich: use hardware encoding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/immich/files/immich.yaml | 20 +++++++++++++++++--- bundles/immich/files/kube.yaml | 11 +++++++---- 2 files changed, 24 insertions(+), 7 deletions(-) (limited to 'bundles') diff --git a/bundles/immich/files/immich.yaml b/bundles/immich/files/immich.yaml index fd2454a..8a3f698 100644 --- a/bundles/immich/files/immich.yaml +++ b/bundles/immich/files/immich.yaml @@ -1,12 +1,26 @@ +ffmpeg: + accel: qsv + accelDecode: true + +library: + watch: + enabled: true + +machineLearning: + enabled: false + # url: + +metadata: + faces: + import: true + storageTemplate: enabled: false hashVerificationEnabled: true template: '{{y}}/{{MM}}-{{MMM}}/{{filetype}}_{{y}}{{MM}}{{dd}}_{{HH}}{{mm}}{{ss}}.{{ext}}' -machineLearning: - enabled: false - # url: +# oauth passwordLogin: enabled: false oauth: diff --git a/bundles/immich/files/kube.yaml b/bundles/immich/files/kube.yaml index 523c073..9ea3661 100644 --- a/bundles/immich/files/kube.yaml +++ b/bundles/immich/files/kube.yaml @@ -43,10 +43,13 @@ spec: - name: media mountPath: /media readOnly: true - # resources: - # limits: - # cpu: 300m - # memory: 512Mi + resources: + requests: + podman.io/device=/dev/dri/card0: 1 + podman.io/device=/dev/dri/renderD128: 1 + limits: + #cpu: 300m + #memory: 512Mi - name: redis image: docker.io/redis:6.2-alpine@sha256:eaba718fecd1196d88533de7ba49bf903ad33664a92debb24660a922ecd9cac8 livenessProbe: -- cgit 1.4.1