deployments/deployment.json

24 lines
438 B
JSON
Raw Normal View History

2025-01-17 16:21:05 +00:00
{
2025-07-12 01:37:29 +00:00
"namespace": "production",
2025-03-25 21:23:29 +00:00
"name": "flows/sequence-1",
2025-07-11 15:21:55 +00:00
"version": "eb8d5c3a57f19776d5a7ac596e511f6c02e2b5e7",
2025-03-25 21:23:29 +00:00
"repoName": "flows",
"branchName": "sequence-1",
"environment": {
"secrets": [
"CI_USER",
"CI_USER_TOKEN"
],
"variables": []
},
"resources": {
"limits": {
"cpu": "500m",
2025-05-11 01:19:44 +00:00
"memory": "1024Mi"
2025-01-17 16:21:05 +00:00
},
2025-03-25 21:23:29 +00:00
"requests": {
"cpu": "250m",
2025-05-11 01:19:44 +00:00
"memory": "512Mi"
2025-01-17 16:21:05 +00:00
}
2025-03-25 21:23:29 +00:00
}
}