From cf30f63fb45763e4fbf80f9eea2dd57531264d9f Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 13 Apr 2026 04:30:03 -0300 Subject: [PATCH] typhon: schedule exporter on arm64 workers --- services/typhon/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/typhon/deployment.yaml b/services/typhon/deployment.yaml index 67d7e000..b47ea844 100644 --- a/services/typhon/deployment.yaml +++ b/services/typhon/deployment.yaml @@ -42,8 +42,8 @@ spec: imagePullSecrets: - name: harbor-regcred nodeSelector: - kubernetes.io/arch: amd64 - kubernetes.io/hostname: titan-22 + kubernetes.io/arch: arm64 + node-role.kubernetes.io/worker: "true" containers: - name: typhon image: registry.bstein.dev/bstein/typhon:main