Looking to deploy n8n on Internal Kubernetes environment using Helm to simplify the installation.
We are using this chart to deploy the application as there doesn’t seem to be any native helm support.
What is the error message (if any)?
I have deployed an external RDS Postgres DB in AWS but am having issues in connecting the n8n application to the service.
This is how the variables have been setup - seems to continue to default to internal DB
Hey @gthomson31 given you mentioned that you’re having trouble connecting to the database, my initial hunch is that this is possibly a misconfigured network.
Do you have any logs from n8n about it? Does it simply say unable to connect?
Also one thing to note is that the n8n database must be created manually as n8n will not create the database if it doesn’t exist.
Will check over the instance I don’t think it’s picking up variables correctly as I wouldn’t expect the service to even start if it had picked up the variables.
In regards to creating the Database the creation part is being made outside of the helm chart with the path and username/password passed into the helm chart.
I can’t find anything on setting up a schema on the database prior ?