CHORE(pg): update pg namespace reference
This commit is contained in:
@@ -33,7 +33,7 @@ gitea:
|
|||||||
|
|
||||||
database:
|
database:
|
||||||
DB_TYPE: postgres
|
DB_TYPE: postgres
|
||||||
HOST: postgresql-cnpg-rw.postgresql-cnpg.svc.cluster.local:5432
|
HOST: postgresql-rw.postgresql.svc.cluster.local:5432
|
||||||
NAME: gitea
|
NAME: gitea
|
||||||
USER: bluemayne
|
USER: bluemayne
|
||||||
SCHEMA: public
|
SCHEMA: public
|
||||||
@@ -169,7 +169,7 @@ securityContext: {}
|
|||||||
initPreScript: |
|
initPreScript: |
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
echo "Waiting for PostgreSQL..."
|
echo "Waiting for PostgreSQL..."
|
||||||
until nc -z postgresql-cnpg-rw.postgresql-cnpg.svc.cluster.local 5432; do
|
until nc -z postgresql-rw.postgresql.svc.cluster.local 5432; do
|
||||||
echo "Waiting for PostgreSQL to be ready..."
|
echo "Waiting for PostgreSQL to be ready..."
|
||||||
sleep 2
|
sleep 2
|
||||||
done
|
done
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ postgresql:
|
|||||||
# External database configuration
|
# External database configuration
|
||||||
externalDatabase:
|
externalDatabase:
|
||||||
type: postgresql
|
type: postgresql
|
||||||
hostname: postgresql-cnpg-rw.postgresql-cnpg.svc.cluster.local
|
hostname: postgresql-rw.postgresql.svc.cluster.local
|
||||||
port: 5432
|
port: 5432
|
||||||
auth:
|
auth:
|
||||||
database: umami
|
database: umami
|
||||||
|
|||||||
Reference in New Issue
Block a user