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

20
argocd/pgbouncer-app.yaml Normal file
View File

@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: pgbouncer
namespace: argocd
spec:
project: default
source:
repoURL: ssh://git@git-ssh.lunarfront.tech/ryan/lunarfront-charts.git
targetRevision: main
path: pgbouncer
destination:
server: https://kubernetes.default.svc
namespace: pgbouncer
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true