Use nodeselector to only deploy monitoring to arm64 nodes
This commit is contained in:
parent
a0b5ac479c
commit
dbb2ca2523
@ -17,6 +17,8 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
{{- include "pi-temperature-monitoring.selectorLabels" . | nindent 8 }}
|
{{- include "pi-temperature-monitoring.selectorLabels" . | nindent 8 }}
|
||||||
spec:
|
spec:
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/arch: arm64
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
||||||
containers:
|
containers:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user