Hello, thank you again for a great product !!!
We use n8n (v 0.130.0) in K8 infrastructure, here we expose different workflows than can be triggered by
webhook as an entry point, in front of all n8n instances in K8 we have a load-balancer. This infrastructure works perfect for us, the problem appears when we scale up/down, we observed that webhooks are de-registering from n8n (completely removed from DB). After some investigation we found that we should use
N8N_SKIP_WEBHOOK_DEREGISTRATION_STARTUP_SHUTDOWN = true, environment variable
that will prevent removing wbehooks from DB, but as I see in 0.130.0 there 's no such property anymore and I suppose that we must use
N8N_SKIP_WEBHOOK_DEREGISTRATION_SHUTDOWN = “true”
Am I right is it a proper way to do in n8n 0.130.0? is it proper setup of n8n running on K8?
Thank you in advance , any comments are really appreciated.
Best regards,
Vitalie.