Skip to content

Remove replicaCount value since we have defined minreplicas on hpa

Marcel Chacon requested to merge mchacon-istio-gateway-replicacount into main

What

Remove deployment's replicaCount spec.

Why

Since we have autoscaling enabled, and have set the minreplicas to 2, the deployment's replica count will be set by the HPA, therefore this value is not necessary.

Related Issue: https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/24513

Edited by Marcel Chacon

Merge request reports