n8n-helm-chart
n8n-helm-chart copied to clipboard
setting autoscaling.enabled to true disables the workers replicas
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
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.scaling.worker.count }}
{{- end }}
The same issue with webhook deployment