From 20ef0eb4b5eee06a1af65812399790c0c644a088 Mon Sep 17 00:00:00 2001 From: Jose Henrique Date: Sat, 16 Aug 2025 22:31:41 -0300 Subject: [PATCH] haven notify only for amd64 --- haven-notify/deploy/haven-notify.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/haven-notify/deploy/haven-notify.yaml b/haven-notify/deploy/haven-notify.yaml index 5828190..7abe477 100644 --- a/haven-notify/deploy/haven-notify.yaml +++ b/haven-notify/deploy/haven-notify.yaml @@ -20,6 +20,8 @@ spec: imagePullPolicy: Always ports: - containerPort: 8080 + nodeSelector: + kubernetes.io/arch: amd64 --- apiVersion: v1 kind: Service