add n8n deployment, update pgcat with n8n pool
This commit is contained in:
10
n8n/service.yaml
Normal file
10
n8n/service.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: n8n
|
||||
spec:
|
||||
selector:
|
||||
app: n8n
|
||||
ports:
|
||||
- port: 5678
|
||||
targetPort: 5678
|
||||
Reference in New Issue
Block a user