db credentials problems
This commit is contained in:
parent
756499a3c7
commit
d1d8371d92
2 changed files with 2 additions and 1 deletions
|
|
@ -16,6 +16,6 @@ data:
|
||||||
DB_POSTGRESDB_HOST: "customer1-pgdb-rw"
|
DB_POSTGRESDB_HOST: "customer1-pgdb-rw"
|
||||||
DB_POSTGRESDB_PORT: "5432"
|
DB_POSTGRESDB_PORT: "5432"
|
||||||
DB_POSTGRESDB_DATABASE: "app"
|
DB_POSTGRESDB_DATABASE: "app"
|
||||||
DB_POSTGRESDB_USER: "customer1"
|
DB_POSTGRESDB_USER: "app"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@ apiVersion: postgresql.cnpg.io/v1
|
||||||
kind: Cluster
|
kind: Cluster
|
||||||
metadata:
|
metadata:
|
||||||
name: customer1-pgdb
|
name: customer1-pgdb
|
||||||
|
namespace: customer1
|
||||||
spec:
|
spec:
|
||||||
instances: 3
|
instances: 3
|
||||||
imageName: ghcr.io/cloudnative-pg/postgresql:15.2
|
imageName: ghcr.io/cloudnative-pg/postgresql:15.2
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue