moved to manifests from chart

This commit is contained in:
Ultradesu
2026-02-05 17:39:42 +02:00
parent 39232d422d
commit b81087515d
7 changed files with 274 additions and 9 deletions
+17
View File
@@ -0,0 +1,17 @@
---
apiVersion: v1
kind: Service
metadata:
name: n8n
labels:
app: n8n
spec:
selector:
app: n8n
component: main
ports:
- name: http
port: 80
targetPort: 5678
protocol: TCP
type: ClusterIP