this directory contains some example values for to help you get started with a setup for your particular use case.
- 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
helm template n8n charts/n8n -f examples/values_full.yaml > manifests.yamlIf 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