Skip to content

Commit

Permalink
Not running on windows node
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardChen820 committed Apr 18, 2024
1 parent 26d0122 commit 2613671
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion deploy/parameter/helm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,15 @@ env:

# Pod scheduling preferences
# ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
affinity: {}
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/os
operator: NotIn
values:
- windows

# Node labels for pod assignment
# ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector
Expand Down

0 comments on commit 2613671

Please sign in to comment.