Skip to content

Commit

Permalink
Add a default node selector (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorpoluceno authored Dec 19, 2022
1 parent 0eddd24 commit 83aee91
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/deploy/resources/base/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ spec:
labels:
app.kubernetes.io/name: kube-review
spec:
nodeSelector:
nodegroup-type: "github-runners"
tolerations:
- effect: NoSchedule
key: nodegroup-type
operator: Equal
value: "github-runners"
containers:
- name: kube-review
image: "PLACEHOLDER"
Expand Down

0 comments on commit 83aee91

Please sign in to comment.