Skip to content

Commit

Permalink
Add NodeAffinities to the operator deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed Oct 17, 2023
1 parent f030f70 commit 7d0c8f1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions manageiq-operator/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ spec:
labels:
name: manageiq-operator
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/arch
operator: In
values:
- amd64
serviceAccountName: manageiq-operator
containers:
- name: manageiq-operator
Expand Down

0 comments on commit 7d0c8f1

Please sign in to comment.