fix(gitops): set backend postgres connection values for nxtgauge

This commit is contained in:
Ashwin Kumar 2026-03-11 23:16:37 +01:00
parent 27632cee87
commit b97d82d630

View file

@ -5,10 +5,10 @@ metadata:
namespace: nxtgauge
type: Opaque
stringData:
DATABASE_HOST: "REPLACE_ME"
DATABASE_HOST: "pg-postgresql.data.svc.cluster.local"
DATABASE_PORT: "5432"
DATABASE_USER: "REPLACE_ME"
DATABASE_PASSWORD: "REPLACE_ME"
DATABASE_USER: "postgres"
DATABASE_PASSWORD: "chandan2026@1"
DATABASE_NAME: "nxtgauge"
DATABASE_URL: "REPLACE_ME"
DATABASE_URL: "postgresql://postgres:chandan2026%401@pg-postgresql.data.svc.cluster.local:5432/nxtgauge"
JWT_SECRET: "REPLACE_ME"