[Deployment] Add ability to configure Kubernetes deployment
Open
container-deployment
hacktoberfest
- Dominant language
- C#
- Stars
- 81
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
The amount of resources used and the number of replicates etc. are currently hard coded.
**Describe the solution you'd like**
Add ability to configure the following (if needed) for the Kubernetes deployment)
- Number of replicates
- Number of CPU's
- Memory
- Other?
We can do this by creating an overload that takes a new settings options contains this, and change the existing methods to use defaults.
A suggested solution is to make these values able to be parameterized in the serivce.yml and the deployment.yml and modify the `ManifestParameterizator.cs` to apply these values.
Contributor guide
Assessment
This issue has not been assessed yet.