Add architecture affinity

This commit is contained in:
Jörn Guy Süß 2025-07-18 13:37:54 +10:00
parent 9a379e74f2
commit 81d4f775e9

View File

@ -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 }}