From 66c98c84c1c9b13a42337e71e6b66a4f615ab1a1 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Wed, 3 Dec 2025 11:56:49 -0500 Subject: [PATCH] update: use new gpu node label --- apps/immich/release.yaml | 8 ++++++-- apps/media/jellyfin/deployment.yaml | 4 +++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/apps/immich/release.yaml b/apps/immich/release.yaml index e43552a..2d3daad 100644 --- a/apps/immich/release.yaml +++ b/apps/immich/release.yaml @@ -46,8 +46,10 @@ spec: containers: main: resources: + requests: + nvidia.com/gpu-all: 1 limits: - nvidia.com/gpu: 1 + nvidia.com/gpu-all: 1 ingress: main: enabled: true @@ -70,5 +72,7 @@ spec: containers: main: resources: + requests: + nvidia.com/gpu-all: 1 limits: - nvidia.com/gpu: 1 + nvidia.com/gpu-all: 1 diff --git a/apps/media/jellyfin/deployment.yaml b/apps/media/jellyfin/deployment.yaml index 5ec2833..055ab1e 100644 --- a/apps/media/jellyfin/deployment.yaml +++ b/apps/media/jellyfin/deployment.yaml @@ -39,8 +39,10 @@ spec: - name: NVIDIA_DRIVER_CAPABILITIES value: all resources: + requests: + nvidia.com/gpu-all: 1 limits: - nvidia.com/gpu: 1 + nvidia.com/gpu-all: 1 volumes: - name: config persistentVolumeClaim: