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