Skip to content

[Deployment] Add ability to configure Kubernetes deployment #371

Description

@aslotte

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions