-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Milestone
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.
Reactions are currently unavailable