From 57b22e6cdbf4589654c664d59da0e3b9e2b87b7d Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Sun, 16 Jul 2023 22:22:31 -0700 Subject: [PATCH] Select Jellyfin to Epsilon --- charts/jellyfin/values.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/charts/jellyfin/values.yaml b/charts/jellyfin/values.yaml index 66e424a..432bd48 100644 --- a/charts/jellyfin/values.yaml +++ b/charts/jellyfin/values.yaml @@ -75,9 +75,13 @@ autoscaling: targetCPUUtilizationPercentage: 80 # targetMemoryUtilizationPercentage: 80 -nodeSelector: {} +nodeSelector: + architecture: x86 -tolerations: [] +tolerations: +- key: architecture + operator: Equal + value: x86 affinity: {}