Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Example Values Files

this directory contains some example values for to help you get started with a setup for your particular use case.

Examples

  • values_local.yaml - n8n on local kind/k3s cluster for testing on localhost
  • aws - n8n on AWS with EKS, ingress-nginx
  • simple-prod - simple production setup with AWS

Render Examples

helm template n8n charts/n8n -f examples/values_full.yaml > manifests.yaml

Test Examples

If you want to text or deploy this examples with postgresdb, we recommend the use cloudnative-pg.

The full and small-prod examples already deploy a database instance.

See installation guide for all details.

kubectl apply --server-side -f \
  https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.27/releases/cnpg-1.27.1.yaml
kubectl rollout status deployment \
  -n cnpg-system cnpg-controller-manager