fix(umami): don't use pgbouncer
All checks were successful
Renovate / renovate (push) Successful in 35s
All checks were successful
Renovate / renovate (push) Successful in 35s
This commit is contained in:
parent
33ddbde17b
commit
0ec8fbf5b9
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ spec:
|
|||
secretName: db-credentials
|
||||
privileges: OWNER
|
||||
secretTemplate:
|
||||
PQ_URL: "postgresql://{{.Role}}:{{.Password}}@app-cluster-pooler-rw.postgres.svc:5432/{{.Database}}?sslmode=require"
|
||||
PQ_URL: "postgresql://{{.Role}}:{{.Password}}@{{.Host}}:5432/{{.Database}}"
|
Loading…
Reference in a new issue