Skip to content

Commit

Permalink
Actually use ephemeral storage
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Nov 12, 2024
1 parent 321716a commit a5d96ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions airflow_variables_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,12 +309,7 @@
"elementaryreport": {
"requests": {
"cpu": "1",
"ephemeral-storage": "2Gi",
"memory": "16Gi"
},
"limits": {
"cpu": "2500m",
"ephemeral-storage": "2Gi",
"ephemeral_storage": "2Gi",
"memory": "16Gi"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def elementary_task(
requests={
"cpu": f"{{{{ var.json.resources.{resource_cfg}.requests.cpu }}}}",
"memory": f"{{{{ var.json.resources.{resource_cfg}.requests.memory }}}}",
"ephemeral-storage": f"{{{{ var.json.resources.{resource_cfg}.requests.ephemeral-storage }}}}",
"ephemeral-storage": f"{{{{ var.json.resources.{resource_cfg}.requests.ephemeral_storage }}}}",
}
)

Expand Down

0 comments on commit a5d96ad

Please sign in to comment.