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/kube.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'bundles/immich/files/kube.yaml') 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