8gears / n8n-helm-chart

A Kubernetes Helm chart for n8n a Workflow Automation Tool. Easily automate tasks across different services.
https://artifacthub.io/packages/helm/open-8gears/n8n
Apache License 2.0
187 stars 97 forks source link

Crashing when host setting is not numerical #35

Closed rainbowjose closed 1 year ago

rainbowjose commented 1 year ago

working:

   database:
     type: postgresdb
     postgresdb:
       host: 1.1.1.1

crashing:


   database:
     type: postgresdb
     postgresdb:
       host: postgres-postgresql
Vad1mo commented 1 year ago

Where and how does it crash. I wonder if that is related to the Helm chart or n8n?

rainbowjose commented 1 year ago

My fault. Sorrry.

clouedoc commented 1 year ago

I believe that I am encountering the same issue; how did you fix it?