codedang
codedang copied to clipboard
feat(infra): add limits for API and Iris in stage
Description
Stage 환경을 Production 환경과 동일시하기 위해 Stage 내 API 서버와 Iris 서버의 메모리, CPU 의 스펙을 제한하였습니다.
Additional context
API server hard limit 은 EC2 t3a.small 의 스펙으로 설정하였습니다.
Before submitting the PR, please make sure you do the following
- [ ] Read the Contributing Guidelines
- [ ] Read the Contributing Guidelines and follow the Commit Convention
- [ ] Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g.
fixes #123
). - [ ] Ideally, include relevant tests that fail without this PR but pass with it.