Skip to content

Commit

Permalink
Use persistent nodes for running jobs (#1930)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 authored Aug 7, 2024
1 parent 1133776 commit 8ff2de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops/k8s-apps/base/dagster/dagster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ spec:
- key: pool_type
effect: NoSchedule
operator: Equal
value: spot
value: persistent
nodeSelector:
pool_type: spot
pool_type: persistent
dagsterWebserver:
enableReadOnly: true
env:
Expand Down

0 comments on commit 8ff2de3

Please sign in to comment.