n8n-helm-chart icon indicating copy to clipboard operation
n8n-helm-chart copied to clipboard

setting autoscaling.enabled to true disables the workers replicas

Open maozza opened this issue 9 months ago • 4 comments

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

maozza avatar May 16 '24 15:05 maozza