Use nodeselector to only deploy monitoring to arm64 nodes
This commit is contained in:
parent
a0b5ac479c
commit
dbb2ca2523
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user