feat: add n8n service and ingress #107

Open
gitea-admin wants to merge 2 commits from orion/auto/feat-add-n8n-service-and-ingress-1779989928023 into main
Showing only changes of commit 1386d9860b - Show all commits
+13
View File
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: n8n
namespace: apps
spec:
selector:
app: n8n
ports:
- name: http
port: 80
targetPort: 5678
type: ClusterIP