Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The helm chart have minReplicas set to 3 for query pods. #1599

Open
bithoarder opened this issue Sep 28, 2023 · 0 comments
Open

The helm chart have minReplicas set to 3 for query pods. #1599

bithoarder opened this issue Sep 28, 2023 · 0 comments
Labels
kind/bug Something isn't working

Comments

@bithoarder
Copy link

What happened:
Not possible to run less than 3 instances of the query pods when using the helm chart without also configuring the horizontalPodAutoScaler.

What you expected to happen:
That setting query.replicas to 1 was respected.

How to reproduce it (as minimally and precisely as possible):
Set query.replicas to 1 when using the helm chart.

Open Match Release Version:
1.8.0

The problem is that the values.yaml have minReplicas set to 3 as a default values for the horizontalPodAutoScaler:
query: minReplicas: 3 maxReplicas: 10 targetCPUUtilizationPercentage: 80

@bithoarder bithoarder added the kind/bug Something isn't working label Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant