Skip to content

Commit

Permalink
build: resources
Browse files Browse the repository at this point in the history
  • Loading branch information
cbini committed Jul 1, 2024
1 parent 376c401 commit cce0349
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .k8s/dagster/values-override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ dagsterCloudAgent:
resources:
requests:
cpu: 750m
memory: 2.0Gi
limits:
cpu: 750m
memory: 2.0Gi
nodeSelector:
cloud.google.com/gke-placement-group: servers
cloud.google.com/compute-class: Balanced
Expand Down
2 changes: 2 additions & 0 deletions src/teamster/code_locations/kippcamden/dagster-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ locations:
resources:
requests:
cpu: 750m
memory: 2.0Gi
limits:
cpu: 750m
memory: 2.0Gi
env:
- name: COUCHDROP_SFTP_PASSWORD
valueFrom:
Expand Down
2 changes: 2 additions & 0 deletions src/teamster/code_locations/kippmiami/dagster-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ locations:
resources:
requests:
cpu: 750m
memory: 2.0Gi
limits:
cpu: 750m
memory: 2.0Gi
env:
- name: COUCHDROP_SFTP_PASSWORD
valueFrom:
Expand Down
2 changes: 2 additions & 0 deletions src/teamster/code_locations/kippnewark/dagster-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ locations:
resources:
requests:
cpu: 750m
memory: 2.0Gi
limits:
cpu: 750m
memory: 2.0Gi
env:
- name: COUCHDROP_SFTP_PASSWORD
valueFrom:
Expand Down
2 changes: 2 additions & 0 deletions src/teamster/code_locations/kipptaf/dagster-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ locations:
resources:
requests:
cpu: 1250m
memory: 2.0Gi
limits:
cpu: 1250m
memory: 2.0Gi
env:
- name: ADP_SFTP_PASSWORD
valueFrom:
Expand Down

0 comments on commit cce0349

Please sign in to comment.