mirror of
https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit.git
synced 2025-11-05 13:35:15 +00:00
Add architecture affinity
This commit is contained in:
parent
9a379e74f2
commit
81d4f775e9
@ -74,8 +74,11 @@ spec:
|
|||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
- name: tmp-dir
|
- name: tmp-dir
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
{{- with .Values.nodeSelector }}
|
# Always require Intel 64-bit architecture nodes
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
|
kubernetes.io/arch: amd64
|
||||||
|
{{- with .Values.nodeSelector }}
|
||||||
|
# Merge with user-defined nodeSelectors if any
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.affinity }}
|
{{- with .Values.affinity }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user