Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 301 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 301 Bytes

Guide

  1. Create Namespace
kubectl create namespace n8n-server
  1. Create Persistent storage PVC
kubectl apply -f pvc.yml
  1. Create Deployment
kubectl apply -f .

You can check if everything is okay by running

kubectl get svc -n n8n-server