Helm chart query.replicas
values are ignored if less than 3
#1637
Labels
kind/bug
Something isn't working
query.replicas
values are ignored if less than 3
#1637
What happened:
When I install open-match with the value
query.replicas=1
, 3 replicase are still instantiated.What you expected to happen:
I expected for there to only be 1 replica.
How to reproduce it (as minimally and precisely as possible):
helm install open-match --create-namespace --namespace open-match open-match/open-match --set query.replicas=1
Anything else we need to know?:
This is caused because the value
global.kubernetes.horizontalPodAutoScaler.query.minReplicas
defaults to3
(https://github.com/googleforgames/open-match/blob/main/install/helm/open-match/values.yaml#L254C1-L254C23), when all other services default to1
. If there is a strong reason why thequery
service shouldn't be able to go less than 3 replicas in extremely light loads, then there should be some additional documentation onquery.replicas
to state that this setting must also be reduced if desired.Output of
kubectl version
:Cloud Provider/Platform (AKS, GKE, Minikube etc.):
Rancher Desktop (local)
Open Match Release Version:
1.8.0
Install Method(yaml/helm):
helm
The text was updated successfully, but these errors were encountered: