feat: deploy n8n workflow automation #108

Open
gitea-admin wants to merge 3 commits from orion/auto/feat-deploy-n8n-workflow-automation-1780101994761 into main
Showing only changes of commit 070120586d - Show all commits
+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