Moved platform databases to platform-postgres
This commit is contained in:
parent
d68864b7e4
commit
5ee0a9e59d
8 changed files with 57 additions and 53 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue