From 19a19d8fd8260cd8c94dcb15a58155aa7b65c7cf Mon Sep 17 00:00:00 2001 From: gilgamezh Date: Sat, 6 Dec 2025 19:24:18 +0100 Subject: [PATCH] fix(lidarr): avoid turing2 and use postgres --- helm-values/lidarr_values.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/helm-values/lidarr_values.yaml b/helm-values/lidarr_values.yaml index 26f08f9..79a0806 100644 --- a/helm-values/lidarr_values.yaml +++ b/helm-values/lidarr_values.yaml @@ -43,3 +43,13 @@ resources: memory: "800Mi" cpu: "1000m" ephemeral-storage: "1Gi" + +affinity: + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: kubernetes.io/hostname + operator: NotIn + values: + - turing2