add n8n deployment, update pgcat with n8n pool
This commit is contained in:
23
n8n/ingress.yaml
Normal file
23
n8n/ingress.yaml
Normal 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
|
||||
Reference in New Issue
Block a user