Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(applications): add scalers for cpu and memory (#1295)
<!--- Provide a general summary of your changes in the Title above --> ## Description - Enable automatic scaling based on CPU and memory for graphql and web-api (enduser only) - Setting 70 as the limit, this can be tweaked as we see how the services behave under load - Set a max number of 10 revisions for now. We might need to increase this in yt01 <!--- Describe your changes in detail --> ## Related Issue(s) - #1293 ## Verification - [ ] **Your** code builds clean without any errors or warnings - [ ] Manual testing done (required) - [ ] Relevant automated test added (if you find this hard, leave it and we'll help out) ## Documentation - [ ] Documentation is updated (either in `docs`-directory, Altinnpedia or a separate linked PR in [altinn-studio-docs.](https://github.com/Altinn/altinn-studio-docs), if applicable) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced dynamic scaling configuration for container apps, allowing for minimum and maximum replicas and custom scaling based on CPU and memory utilization. - **Enhancements** - Improved deployment flexibility with a centralized scaling parameter for container apps. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information