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
This commit is contained in:
2025-12-27 18:11:42 +09:00
parent 7be1e7cbc8
commit 6e15eac1de

View File

@@ -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