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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user