db credentials problems

This commit is contained in:
sirius0xdev 2026-01-06 05:11:39 +00:00
parent 756499a3c7
commit d1d8371d92
2 changed files with 2 additions and 1 deletions

View file

@ -16,6 +16,6 @@ data:
DB_POSTGRESDB_HOST: "customer1-pgdb-rw"
DB_POSTGRESDB_PORT: "5432"
DB_POSTGRESDB_DATABASE: "app"
DB_POSTGRESDB_USER: "customer1"
DB_POSTGRESDB_USER: "app"

View file

@ -2,6 +2,7 @@ apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: customer1-pgdb
namespace: customer1
spec:
instances: 3
imageName: ghcr.io/cloudnative-pg/postgresql:15.2