Skip to content

Commit

Permalink
resources
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicvaz committed May 7, 2024
1 parent 1f679c8 commit f353850
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions pieces/GetYahooFinanceDataPiece/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
},
"container_resources": {
"requests": {
"cpu": "100m",
"memory": "128Mi"
"cpu": 100,
"memory": 128
},
"limits": {
"cpu": "500m",
"memory": "512Mi"
"cpu": 500,
"memory": 512
}
},
"tags": [
Expand Down
8 changes: 4 additions & 4 deletions pieces/ProphetPredictPiece/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
},
"container_resources": {
"requests": {
"cpu": "100m",
"memory": "128Mi"
"cpu": 100,
"memory": 128
},
"limits": {
"cpu": "500m",
"memory": "512Mi"
"cpu": 500,
"memory": 512
}
},
"tags": [
Expand Down
8 changes: 4 additions & 4 deletions pieces/ProphetTrainModelPiece/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
},
"container_resources": {
"requests": {
"cpu": "100m",
"memory": "128Mi"
"cpu": 100,
"memory": 128
},
"limits": {
"cpu": "500m",
"memory": "512Mi"
"cpu": 500,
"memory": 512
}
},
"tags": [
Expand Down

0 comments on commit f353850

Please sign in to comment.