diff --git a/charts/fhirflare-ig-toolkit/templates/deployment.yaml b/charts/fhirflare-ig-toolkit/templates/deployment.yaml index 76acd54..c52c06f 100644 --- a/charts/fhirflare-ig-toolkit/templates/deployment.yaml +++ b/charts/fhirflare-ig-toolkit/templates/deployment.yaml @@ -74,8 +74,11 @@ spec: emptyDir: {} - name: tmp-dir emptyDir: {} - {{- with .Values.nodeSelector }} + # Always require Intel 64-bit architecture nodes nodeSelector: + kubernetes.io/arch: amd64 + {{- with .Values.nodeSelector }} + # Merge with user-defined nodeSelectors if any {{- toYaml . | nindent 8 }} {{- end }} {{- with .Values.affinity }}