feat: deploy N8n with persistent storage and external secret

This commit is contained in:
2026-05-30 00:51:45 +00:00
parent 904ad9a8e8
commit b1699a0c95
+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