From 6c5ba84725b578edf9d2a75b91edc47d6aa7ca9e Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 24 Dec 2024 20:21:30 -0600 Subject: [PATCH] change tdarr nodes to use daemon set on intel gpu nodes --- clusters/cl01tl/applications/tdarr/values.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/applications/tdarr/values.yaml b/clusters/cl01tl/applications/tdarr/values.yaml index 86816fe47..8de1a5581 100644 --- a/clusters/cl01tl/applications/tdarr/values.yaml +++ b/clusters/cl01tl/applications/tdarr/values.yaml @@ -39,10 +39,11 @@ tdarr: cpu: 100m memory: 1Gi node: - type: deployment - replicas: 3 - strategy: Recreate + type: daemonset revisionHistoryLimit: 3 + pod: + nodeSelector: + intel.feature.node.kubernetes.io/gpu: true containers: main: image: