initial git commit saving configs

This commit is contained in:
Adrien
2026-03-31 15:30:40 +00:00
commit 7770e9859c
64 changed files with 2866 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: shared-postgres-nodeport
namespace: db
spec:
type: NodePort
selector:
cnpg.io/cluster: shared-postgres
role: primary
ports:
- name: postgres
port: 5432
targetPort: 5432
nodePort: 30432