add n8n deployment

This commit is contained in:
Roger Oriol
2026-01-24 11:19:21 +01:00
parent ca83a80db4
commit d48dc87396
11 changed files with 316 additions and 0 deletions

16
n8n/postgres-service.yaml Normal file
View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
labels:
service: postgres-n8n
name: postgres-service
namespace: n8n
spec:
clusterIP: None
ports:
- name: "5432"
port: 5432
targetPort: 5432
protocol: TCP
selector:
service: postgres-n8n