From dbb2ca2523a2869b4f7db8d86f4dfd8c19038380 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Wed, 26 Jul 2023 18:17:00 -0700 Subject: [PATCH] Use nodeselector to only deploy monitoring to arm64 nodes --- helm/templates/daemon-set.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/templates/daemon-set.yaml b/helm/templates/daemon-set.yaml index a51a315..f486253 100644 --- a/helm/templates/daemon-set.yaml +++ b/helm/templates/daemon-set.yaml @@ -17,6 +17,8 @@ spec: labels: {{- include "pi-temperature-monitoring.selectorLabels" . | nindent 8 }} spec: + nodeSelector: + kubernetes.io/arch: arm64 securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} containers: