Moved platform databases to platform-postgres

This commit is contained in:
Arvind Prabhakar 2026-06-24 20:28:38 +00:00
commit 5ee0a9e59d
8 changed files with 57 additions and 53 deletions

View file

@ -65,7 +65,7 @@ spec:
- name: FORGEJO__database__DB_TYPE
value: "postgres"
- name: FORGEJO__database__HOST
value: "postgres.database.svc.cluster.local:5432"
value: "platform-postgres.platform-services.svc.cluster.local:5432"
- name: FORGEJO__database__NAME
value: "forgejo"
- name: FORGEJO__database__USER