feat: deploy n8n workflow automation

This commit is contained in:
2026-05-30 00:46:35 +00:00
parent 7e3b6e6f83
commit 070120586d
+14
View File
@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: n8n
namespace: apps
labels:
app: n8n
spec:
selector:
app: n8n
ports:
- port: 80
targetPort: 5678
type: ClusterIP