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

23
n8n/ingress.yaml Normal file
View File

@@ -0,0 +1,23 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: n8n
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
spec:
ingressClassName: traefik
rules:
- host: n8n.inouter.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: n8n
port:
number: 5678
tls:
- hosts:
- n8n.inouter.com
secretName: wildcard-inouter-com-tls