Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: hpa manages Deployment.replicas when configured
As documented: If a HorizontalPodAutoscaler (or any similar API for horizontal scaling) is managing scaling for a Deployment, don't set .spec.replicas. https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#replicas
- Loading branch information