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.
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)
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.csto apply these values.