From 2cf472ed355fa440f05da3a472d90ebc5caedad9 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Wed, 31 Dec 2025 15:43:39 -0500 Subject: [PATCH] remove nvidia and larry selectors --- apps/immich/release.yaml | 32 ----------------------------- apps/media/jellyfin/config.yaml | 8 -------- apps/media/jellyfin/deployment.yaml | 16 +++++---------- apps/minecraft/release.yaml | 3 --- 4 files changed, 5 insertions(+), 54 deletions(-) delete mode 100644 apps/media/jellyfin/config.yaml diff --git a/apps/immich/release.yaml b/apps/immich/release.yaml index 620ac10..6b0f234 100644 --- a/apps/immich/release.yaml +++ b/apps/immich/release.yaml @@ -14,9 +14,6 @@ spec: interval: 15m releaseName: immich values: - defaultPodOptions: - runtimeClassName: nvidia - controllers: main: containers: @@ -28,8 +25,6 @@ spec: DB_USERNAME: "immich" DB_DATABASE_NAME: "immich" DB_PASSWORD: "immich" - NVIDIA_VISIBLE_DEVICES: "all" - NVIDIA_DRIVER_CAPABILITIES: "all" immich: persistence: @@ -38,27 +33,9 @@ spec: valkey: enabled: true - controllers: - main: - containers: - main: - resources: - requests: - nvidia.com/gpu-all: 1 - limits: - nvidia.com/gpu-all: 1 server: enabled: true - controllers: - main: - containers: - main: - resources: - requests: - nvidia.com/gpu-all: 1 - limits: - nvidia.com/gpu-all: 1 ingress: main: enabled: true @@ -79,12 +56,3 @@ spec: machine-learning: enabled: true - controllers: - main: - containers: - main: - resources: - requests: - nvidia.com/gpu-all: 1 - limits: - nvidia.com/gpu-all: 1 diff --git a/apps/media/jellyfin/config.yaml b/apps/media/jellyfin/config.yaml deleted file mode 100644 index d088829..0000000 --- a/apps/media/jellyfin/config.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: v1 -kind: ConfigMap -metadata: - name: jellyfin-config - namespace: media -data: - NVIDIA_VISIBLE_DEVICES: all - NVIDIA_DRIVER_CAPABILITIES: all diff --git a/apps/media/jellyfin/deployment.yaml b/apps/media/jellyfin/deployment.yaml index 055ab1e..c5b8d13 100644 --- a/apps/media/jellyfin/deployment.yaml +++ b/apps/media/jellyfin/deployment.yaml @@ -12,7 +12,6 @@ spec: labels: app: jellyfin spec: - runtimeClassName: nvidia containers: - name: jellyfin image: lscr.io/linuxserver/jellyfin:latest @@ -33,16 +32,8 @@ spec: mountPath: /transcode - name: cache mountPath: /cache - env: - - name: NVIDIA_VISIBLE_DEVICES - value: all - - name: NVIDIA_DRIVER_CAPABILITIES - value: all - resources: - requests: - nvidia.com/gpu-all: 1 - limits: - nvidia.com/gpu-all: 1 + - name: dev-dri + mountPath: /dev/dri volumes: - name: config persistentVolumeClaim: @@ -57,3 +48,6 @@ spec: emptyDir: medium: Memory sizeLimit: 2Gi + - name: dev-dri + hostPath: + path: /dev/dri diff --git a/apps/minecraft/release.yaml b/apps/minecraft/release.yaml index b53fabd..e203b80 100644 --- a/apps/minecraft/release.yaml +++ b/apps/minecraft/release.yaml @@ -14,9 +14,6 @@ spec: interval: 15m releaseName: minecraft values: - nodeSelector: - kubernetes.io/hostname: larry - serviceAnnotations: metallb.io/loadBalancerIPs: 192.168.18.201