feat: add shared PgBouncer deployment

This commit is contained in:
Ryan Moon
2026-04-02 22:13:34 -05:00
parent ed98974c91
commit 54591c43ef
4 changed files with 107 additions and 0 deletions

11
pgbouncer/service.yaml Normal file
View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: pgbouncer
namespace: pgbouncer
spec:
selector:
app: pgbouncer
ports:
- port: 5432
targetPort: 5432