deployments/deployment.json

24 lines
493 B
JSON
Raw Permalink Normal View History

2025-02-05 17:51:24 +00:00
{
2025-03-17 17:11:02 +00:00
"namespace": "production",
"name": "blocks-transformer/etd-post-processing-block",
"version": "a58428db77176ab3a08735fe3ce45fa5fa156911",
"repoName": "blocks-transformer",
"branchName": "etd-post-processing-block",
"environment": {
"secrets": [
"CI_USER",
"CI_USER_TOKEN"
],
"variables": []
},
"resources": {
"limits": {
"cpu": "500m",
"memory": "512Mi"
2025-02-05 17:51:24 +00:00
},
"requests": {
"cpu": "250m",
"memory": "256Mi"
2025-02-05 17:51:24 +00:00
}
}
}