-
Notifications
You must be signed in to change notification settings - Fork 102
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
setting autoscaling.enabled to true disables the workers replicas #87
Comments
What's your config? Did you check the indentation? |
Here is my config (values.yaml)
|
there is a problem in template of hpa that makes hpa to target only the main deployment also
makes it to omit the count value, I think we have to have something like |
closes 8gears#80, closes 8gears#87 Signed-off-by: Muhammed Hussein Karimi <[email protected]>
I may be missing something but when setting autoscaling.enabled to true the replicas count is not been configured
Source: https://github.com/8gears/n8n-helm-chart/blob/master/templates/deployment.worker.yaml
The same issue with webhook deployment
The text was updated successfully, but these errors were encountered: