Skip to content

Commit

Permalink
Run dagster on spot instances (#2070)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 authored Sep 5, 2024
1 parent 9913bdd commit 37d0cf3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ops/k8s-apps/base/dagster/dagster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@ spec:
- key: pool_type
effect: NoSchedule
operator: Equal
value: persistent
value: spot
nodeSelector:
pool_type: persistent
pool_type: spot
containerConfig:
resources:
limits:
cpu: 500m
memory: 650Mi
cpu: 1000m
memory: 2048Mi
requests:
cpu: 300m
memory: 512Mi
cpu: 1000m
memory: 2048Mi
dagsterWebserver:
enableReadOnly: true
env:
Expand Down

0 comments on commit 37d0cf3

Please sign in to comment.