feat: add n8n service and ingress

This commit is contained in:
2026-05-28 17:38:48 +00:00
parent 78fe8748dd
commit 1386d9860b
+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