From 6e15eac1de4fb064ed440284e486719f0c8c5925 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 27 Dec 2025 18:11:42 +0900 Subject: [PATCH] REFACTOR(pg): migrate gitea database from bitnami - Change database host to postgresql-cnpg-rw.postgresql-cnpg.svc.cluster.local - Change database user from postgres to bluemayne - Database password remains Po87345364! (same as before) - Gitea data has been migrated to CNPG successfully --- gitea/helm-values/gitea.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitea/helm-values/gitea.yaml b/gitea/helm-values/gitea.yaml index d71ca61..4eb09fd 100644 --- a/gitea/helm-values/gitea.yaml +++ b/gitea/helm-values/gitea.yaml @@ -33,9 +33,9 @@ gitea: database: DB_TYPE: postgres - HOST: postgresql-primary.postgresql.svc.cluster.local:5432 + HOST: postgresql-cnpg-rw.postgresql-cnpg.svc.cluster.local:5432 NAME: gitea - USER: postgres + USER: bluemayne SCHEMA: public SSL_MODE: disable