From 5a4bc8d0e9732f1609dd8e0183f1f07460793ac8 Mon Sep 17 00:00:00 2001 From: Jose Henrique Date: Sat, 5 Sep 2026 18:16:03 -0300 Subject: [PATCH] changing adguard to arm64 node --- apps/dns/adguard.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/dns/adguard.yaml b/apps/dns/adguard.yaml index e9f4aa0..dcde429 100644 --- a/apps/dns/adguard.yaml +++ b/apps/dns/adguard.yaml @@ -30,6 +30,16 @@ spec: labels: app: adguardhome spec: + affinity: + nodeAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - weight: 100 + preference: + matchExpressions: + - key: kubernetes.io/arch + operator: In + values: + - arm64 containers: - name: adguardhome image: adguard/adguardhome:latest