luarx opened a new issue, #977:
URL: https://github.com/apache/apisix-helm-chart/issues/977

   Chart version: apisix-ingress-controller v1.2.0
   Controller version: 2.1.0
   
   The chart's values.yaml documents an autoscaling block:
   
   ```
   autoscaling:
       enabled: true
       minReplicas: 2
       maxReplicas: 3
       targetCPUUtilizationPercentage: 80
       targetMemoryUtilizationPercentage: 80
   ```
   
   However, there is no corresponding hpa.yaml template in 
charts/apisix-ingress-controller/templates/. As a result, enabling autoscaling 
has no effect — no HorizontalPodAutoscaler is created and the deployment stays 
at deployment.replicas (default 1).
   
   The apisix chart (same repo) does include templates/hpa.yaml and renders an 
HPA correctly. Could the same template be added for the ingress controller 
chart?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to