add n8n deployment, update pgcat with n8n pool

This commit is contained in:
kappa
2026-03-17 15:21:16 +09:00
parent b26af88f7c
commit 833b07c966
5 changed files with 121 additions and 0 deletions

10
n8n/service.yaml Normal file
View File

@@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: n8n
spec:
selector:
app: n8n
ports:
- port: 5678
targetPort: 5678