Files
homelab/n8n/k8s/ingress.yaml
T
forust 92aa731e44
ci / lint-prettier (push) Successful in 18s
ci / lint-ruff (push) Successful in 6s
ci / lint-yaml (push) Successful in 6s
ci / lint-dockerfiles (push) Successful in 5s
ci / validate (push) Successful in 6s
ci / build (push) Successful in 43s
deleted crowdsec stack from the repo. will figure something else
Signed-off-by: mr-forust <vzlomdsisma@gmail.com>
2026-07-19 23:16:14 +02:00

33 lines
626 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: n8n-prod
namespace: n8n
spec:
entryPoints:
- websecure
routes:
- match: Host(`n8n.forust.xyz`)
kind: Rule
middlewares:
services:
- name: n8n-service
port: 5678
tls:
certResolver: letsencrypt
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: n8n-local
namespace: n8n
spec:
entryPoints:
- websecure
routes:
- match: Host(`n8n.workstation.internal`) || Host(`n8n.gigaforust.internal`)
kind: Rule
services:
- name: n8n-service
port: 5678