Skip to content

Enable Support for HPA in chartmuseum #70

Description

@VivinrajSundararaj

Overview:

We deployed chart museum using ArgoCD but we are unable to use HPA for scaling out and in of the replicasets for chart museum deployments.
this is because we have default value for replicas: 1 in the values.yaml file which is the default value added to the deployment object.

As per kubernetes documentation below in reference, we could not use both replicas in deployment and enable custom HPA.

Proposal:

  • Would it possible to enable HPA for chartmuseum and add the condition for replicas in deployment spec if we have HPA enabled?

Reference:

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

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions