Skip to content

Commit

Permalink
fix using new node pool
Browse files Browse the repository at this point in the history
  • Loading branch information
atvaccaro committed Aug 25, 2023
1 parent e049d21 commit 42040f3
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions kubernetes/values/prod-dagster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,17 +108,15 @@ runLauncher:
tolerations:
- key: dagster-purpose
operator: Equals
value: jobs
value: runs
effect: "NoSchedule"
affinity:
podAntiAffinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
labelSelector:
matchExpressions:
- key: app
operator: In
values:
- postgresql
topologyKey: topology.kubernetes.io/zone
- weight: 100
preference:
matchExpressions:
- key: dagster-purpose
operator: In
values:
- runs

0 comments on commit 42040f3

Please sign in to comment.