From 0beffc4d3237b27af3e85e04cb82b14138f786fb Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Mon, 29 Dec 2025 20:51:28 +0900 Subject: [PATCH] CHORE(pg): update pg namespace reference --- gitea/helm-values.yaml | 4 ++-- umami/helm-values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gitea/helm-values.yaml b/gitea/helm-values.yaml index 162b57a..4b07175 100644 --- a/gitea/helm-values.yaml +++ b/gitea/helm-values.yaml @@ -33,7 +33,7 @@ gitea: database: DB_TYPE: postgres - HOST: postgresql-cnpg-rw.postgresql-cnpg.svc.cluster.local:5432 + HOST: postgresql-rw.postgresql.svc.cluster.local:5432 NAME: gitea USER: bluemayne SCHEMA: public @@ -169,7 +169,7 @@ securityContext: {} initPreScript: | #!/bin/sh 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..." sleep 2 done diff --git a/umami/helm-values.yaml b/umami/helm-values.yaml index f152327..272dee2 100644 --- a/umami/helm-values.yaml +++ b/umami/helm-values.yaml @@ -10,7 +10,7 @@ postgresql: # External database configuration externalDatabase: type: postgresql - hostname: postgresql-cnpg-rw.postgresql-cnpg.svc.cluster.local + hostname: postgresql-rw.postgresql.svc.cluster.local port: 5432 auth: database: umami