Skip to content

Commit

Permalink
Add node selector for bot pod
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLike committed Mar 16, 2020
1 parent a9d46d7 commit aabcfb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions production/bot/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ spec:
labels:
app: botinfo
spec:
#this node selector used to select the node that will serve as backend host for mindspore website elb, for the "/cla" stuff.
nodeSelector:
botnode: "true"
containers:
- name: botinfod
image: mindspore/ci-bot:0.0.3
Expand Down

0 comments on commit aabcfb0

Please sign in to comment.