feat: deploy n8n workflow automation
Validate Manifests / validate (pull_request) Failing after 0s

This commit is contained in:
2026-05-30 00:46:35 +00:00
parent 070120586d
commit c08c6d12e2
+24
View File
@@ -0,0 +1,24 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: n8n
namespace: apps
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
ingressClassName: traefik
rules:
- host: n8n.khalisio.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: n8n
port:
number: 80
tls:
- hosts:
- n8n.khalisio.com
secretName: n8n-tls