feat(ente): provision new DB

This commit is contained in:
Peter 2024-08-15 12:45:45 +02:00
parent aaa2c3a497
commit 21dfe900f2
Signed by: prskr
GPG key ID: F56BED6903BC5E37
4 changed files with 21 additions and 1 deletions
coder/resources/db

View file

@ -9,4 +9,4 @@ spec:
secretName: coder-db-credentials
privileges: OWNER
secretTemplate: # Output secrets can be customized using standard Go templates
PQ_URL: "postgresql://{{.Role}}:{{.Password}}@app-cluster-pooler-rw.postgres.svc:5432/{{.Database}}?sslmode=require&search_path=coder"
PQ_URL: "postgresql://{{.Role}}:{{.Password}}@{{.Host}}:5432/{{.Database}}?sslmode=require&search_path=coder"