You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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:
Reference:
The text was updated successfully, but these errors were encountered: