diff --git a/k8s/README.md b/k8s/README.md index 12b3385..a8ac36e 100644 --- a/k8s/README.md +++ b/k8s/README.md @@ -708,3 +708,8 @@ oci://8gears.container-registry.com/library/n8n \ --namespace n8n --values n8n/n8n.secret.yml --version 1.0.15 ``` +To verify installation was correcet, use the following command: + +``` +helm get manifest mop-n8n -n n8n | less +``` diff --git a/k8s/n8n/n8n.secret.yml b/k8s/n8n/n8n.secret.yml index ae4f19c..c7b33a2 100644 --- a/k8s/n8n/n8n.secret.yml +++ b/k8s/n8n/n8n.secret.yml @@ -1,4 +1,11 @@ #small deployment with nodeport for local testing or small deployments +image: + repository: n8nio/n8n + pullPolicy: Always + # Overrides the image tag whose default is the chart appVersion. + tag: "stable" + + main: config: generic: @@ -6,6 +13,12 @@ main: n8n: editor_base_url: https://n8n.moritzgraf.de webhook_url: https://n8n.moritzgraf.de + extra: + node_modules: + - axios + node: + function_allow_builtin: '*' + function_allow_external: '*' db: type: postgresdb postgresdb: