first commit

This commit is contained in:
sttlab
2026-07-22 14:41:10 +00:00
commit e1577fe061
35 changed files with 1847 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: n8n
namespace: watch
labels:
app.kubernetes.io/name: n8n
spec:
selector:
app.kubernetes.io/name: n8n
ports:
- name: http
port: 80
targetPort: 5678