-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Added redoer service. #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Plan output for service config |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new "redoer" service to the system by introducing configurable Terraform variables for container count, CPU, and memory allocation, along with the corresponding ECS service configuration.
- Added Terraform variables for redoer service configuration (container count, CPU, memory)
- Integrated redoer service into the ECS infrastructure module
- Updated GitHub Actions workflows to include redoer environment variables
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tofu/modules/system/variables.tf | Added redoer-specific configuration variables |
| tofu/modules/system/ecs.tf | Added redoer service module configuration |
| tofu/config/service/variables.tf | Added redoer variables to service configuration |
| tofu/config/service/main.tf | Wired redoer variables to system module |
| Dockerfile.redoer | Added volume definitions for read-only filesystem support |
| .github/workflows/*.yaml | Added redoer environment variables to CI/CD workflows |
| .github/actions/setup-opentofu/action.yaml | Added redoer variables to setup script |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.