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: database:
DB_TYPE: postgres DB_TYPE: postgres
HOST: postgresql-primary.postgresql.svc.cluster.local:5432 HOST: postgresql-cnpg-rw.postgresql-cnpg.svc.cluster.local:5432
NAME: gitea NAME: gitea
USER: postgres USER: bluemayne
SCHEMA: public SCHEMA: public
SSL_MODE: disable SSL_MODE: disable