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 b1699a0c95 - Show all commits
+12
View File
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: n8n
namespace: apps
spec:
selector:
app: n8n
ports:
- port: 80
targetPort: 5678
type: ClusterIP