This commit is contained in:
2025-04-04 20:59:32 +02:00
parent c2cfef7397
commit 2ae346e8ef
7 changed files with 171 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
labels:
service: n8n
name: n8n
namespace: n8n
spec:
type: LoadBalancer
ports:
- name: "5678"
port: 5678
targetPort: 5678
protocol: TCP
selector:
service: n8n