first commit
This commit is contained in:
16
postgres-service.yaml
Normal file
16
postgres-service.yaml
Normal 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
|
||||
Reference in New Issue
Block a user