feat: deploy N8n with persistent storage and external secret #109

Merged
gitea-admin merged 5 commits from orion/auto/feat-deploy-n8n-with-persistent-storage--1780102304681 into main 2026-05-30 00:53:10 +00:00
Showing only changes of commit 3f10de4965 - Show all commits
+17
View File
@@ -0,0 +1,17 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: n8n
namespace: apps
spec:
entryPoints:
- websecure
routes:
- match: Host(`n8n.khalisio.com`)
kind: Rule
services:
- name: n8n
port: 80
tls:
secretName: n8n-tls
certResolver: letsencrypt